Update of /cvsroot/wxlua/wxLua/bindings
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31289/wxLua/bindings
Modified Files:
genwxbind.bat
Log Message:
separated wxSTC contrib from the wxWidgets binding, create new module for it
Index: genwxbind.bat
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** genwxbind.bat 20 Jun 2005 06:55:23 -0000 1.2
--- genwxbind.bat 2 Feb 2006 15:49:24 -0000 1.3
***************
*** 6,9 ****
--- 6,10 ----
echo Generating wxWidgets Binding
%LUA% -e"rulesFilename=\"wxwidgets/wx.rules\"" genwxbind.lua > wxwidgets\error.txt
+ %LUA% -e"rulesFilename=\"wxwidgets/wxstc_rules.lua\"" genwxbind.lua > wxstc\error.txt
echo Done.
|