From: John L. <jr...@us...> - 2008-01-16 19:54:51
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21831/wxLua/apps/build/bakefiles Modified Files: apps.bkl Log Message: Link together the bakefile/makefile USE_WXBINDXXX to the C macro wxLUA_USEBINDING_XXX so that if you specify that binding to not be built -DwxLUA_USEBINDING_XXX=0 so it won't be initialized in the apps and you don't get a linking error from the missing symbol. Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** apps.bkl 15 Jan 2008 20:19:55 -0000 1.60 --- apps.bkl 16 Jan 2008 19:54:17 -0000 1.61 *************** *** 44,51 **** <!-- apps-specific options --> ! <include file="options.bkl"/> <!-- module-specific options --> ! <include file="../../../modules/build/bakefiles/options.bkl"/> <!-- a small template which avoid repeating the same tags for all wxLua apps --> --- 44,51 ---- <!-- apps-specific options --> ! <include file="options.bkl" once="1"/> <!-- module-specific options --> ! <include file="../../../modules/build/bakefiles/options.bkl" once="1"/> <!-- a small template which avoid repeating the same tags for all wxLua apps --> |