From: Francesco M. <fr...@us...> - 2006-12-19 21:12:31
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19847/apps/build/bakefiles Modified Files: apps.bkl Log Message: now BUILDDIR is set exactly like the wxWidgets builddir system LUA is now used if available on Unix or on Windows with USE_SYSTEM_LUA=1 changed the way the lua headers are included (removed the 'lua/include' prefix) to make it possible to use external lua Now when using built-in LUA the generated library is named lua5.1 and it overwrites any eventually preexisting lua library (when installed). Fixed the "samples" directory copy when srcdir==. Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** apps.bkl 11 Dec 2006 00:08:18 -0000 1.44 --- apps.bkl 19 Dec 2006 21:11:57 -0000 1.45 *************** *** 63,66 **** --- 63,68 ---- <!-- apps-specific options --> <include file="options.bkl"/> + + <!-- module-specific options --> <include file="../../../modules/build/bakefiles/options.bkl"/> |