From: Francesco M. <fr...@us...> - 2006-12-10 00:47:30
|
Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18209/modules/build/bakefiles Modified Files: common.bkl modules.bkl Log Message: multiple fixes to the build system: updated DSP/DSW, renamed some targets, now wxStEdit libname is correctly used, removed unused files from CVS Index: common.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/common.bkl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** common.bkl 8 Dec 2006 13:19:59 -0000 1.6 --- common.bkl 10 Dec 2006 00:47:23 -0000 1.7 *************** *** 37,41 **** --> <set var="WXLUA_BASEDIR">$(top_srcdir)</set> - <!-- <set var="WXLUA_SOURCEDIR">$(top_srcdir)/modules</set> --> <!-- top_builddir already ends with '/' --> --- 37,40 ---- Index: modules.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/modules.bkl,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** modules.bkl 8 Dec 2006 13:19:59 -0000 1.38 --- modules.bkl 10 Dec 2006 00:47:23 -0000 1.39 *************** *** 54,58 **** <wxlua_stdlib id="verbatimlua_lib" cond="SHARED=='0'"> <module-name>LUA</module-name> - <libname>lua5.1</libname> <!-- see options.bkl for these --> --- 54,57 ---- *************** *** 62,67 **** <wxlua_stddll id="verbatimlua_dll" cond="SHARED=='1'"> <module-name>LUA</module-name> - <libname>lua5.1</libname> - <dllname>lua5.1</dllname> <if cond="TARGETING_WIN32=='1'"> --- 61,64 ---- |