From: John L. <jr...@us...> - 2007-07-02 00:05:17
|
Update of /cvsroot/wxlua/wxLua/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16205/wxLua/build/bakefiles Modified Files: wxlua.bkl Log Message: Fix the args for int arrays in bindings generator Add wxMediaCtrl sample media.wx.lua Turn on wxGL and wxMediaCtrl in wxLua, but they're still #if wxUSE_GLCANVAS/MEDIACTRL Index: wxlua.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/wxlua.bkl,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** wxlua.bkl 24 Apr 2007 13:48:47 -0000 1.36 --- wxlua.bkl 2 Jul 2007 00:05:13 -0000 1.37 *************** *** 66,70 **** <set-srcdir>.</set-srcdir> ! <!-- note that $(WXLUA_BASEDIR) != $(SRCDIR) since the latter is prepended with $(srcdir) for autoconf format! --> --- 66,70 ---- <set-srcdir>.</set-srcdir> ! <!-- note that $(WXLUA_BASEDIR) != $(SRCDIR) since the latter is prepended with $(srcdir) for autoconf format! --> *************** *** 145,149 **** </pkgconfig> --> ! <!-- This is not an 'all' dependency; it's a separed target to be called explicitely --> <action id="docs"> <command>@echo =============================================</command> --- 145,149 ---- </pkgconfig> --> ! <!-- This is not an 'all' dependency; it's a separed target to be called explicitly --> <action id="docs"> <command>@echo =============================================</command> *************** *** 165,169 **** </action> ! <!-- This is not an 'all' dependency; it's a separed target to be called explicitely --> <action id="compress" cond="TARGETING_WIN32=='1'"> --- 165,169 ---- </action> ! <!-- This is not an 'all' dependency; it's a separed target to be called explicitly --> <action id="compress" cond="TARGETING_WIN32=='1'"> *************** *** 179,183 **** </action> ! <!-- This is not an 'all' dependency; it's a separed target to be called explicitely --> <action id="autopackage" cond="FORMAT=='autoconf'"> <!-- This target cannot depend from distclean otherwise the default.apspec --- 179,183 ---- </action> ! <!-- This is not an 'all' dependency; it's a separed target to be called explicitly --> <action id="autopackage" cond="FORMAT=='autoconf'"> <!-- This target cannot depend from distclean otherwise the default.apspec |