Update of /cvsroot/wxlua/wxLua/bindings
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25986
Modified Files:
genwxbind.sh
Log Message:
updated to use the new name of lua interpreter built with wxLua
Index: genwxbind.sh
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** genwxbind.sh 13 Feb 2006 21:53:21 -0000 1.1
--- genwxbind.sh 7 Jun 2006 16:18:04 -0000 1.2
***************
*** 5,10 ****
echo Generating wxWidgets Binding
! lua -e"rulesFilename=\"wxwidgets/wx_rules.lua\"" genwxbind.lua | tee wxwidgets/error.txt
! lua -e"rulesFilename=\"wxstc/wxstc_rules.lua\"" genwxbind.lua | tee wxstc/error.txt
echo Done.
--- 5,10 ----
echo Generating wxWidgets Binding
! wxlua-lua -e"rulesFilename=\"wxwidgets/wx_rules.lua\"" genwxbind.lua | tee wxwidgets/error.txt
! wxlua-lua -e"rulesFilename=\"wxstc/wxstc_rules.lua\"" genwxbind.lua | tee wxstc/error.txt
echo Done.
|