From: Francesco M. <fr...@us...> - 2006-12-08 13:20:34
|
Update of /cvsroot/wxlua/wxLua/build/autopackage In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11454/build/autopackage Modified Files: default.apspec.in Log Message: Switched to latest patched bakefile (which only differs for option renaming feature). Removed customized build of LUA interpreter: we now use vanilla lua. Now BUILDDIR is set differently for shared and static builds to avoid clashes. Index: default.apspec.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/autopackage/default.apspec.in,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** default.apspec.in 14 Sep 2006 16:31:17 -0000 1.12 --- default.apspec.in 8 Dec 2006 13:19:58 -0000 1.13 *************** *** 36,41 **** [Prepare] ! # only GTK required: lua, wxWidgets and wxStEdit are statically built in ! ##require @gtk.org/gtk 2.0 # this is checked by GTK require @wxwidgets.org/wxgtk 26.0 --- 36,40 ---- [Prepare] ! # only wxGTK required: lua and wxStEdit are statically built in require @wxwidgets.org/wxgtk 26.0 |