From: John L. <jr...@us...> - 2005-11-23 20:33:27
|
Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17181/wxLua/modules/build/bakefiles Modified Files: modules.bkl sources.bkl Log Message: rebake, compiles using MSVC free compiler using nmake remove %noclassinfo for things that have classinfo Index: sources.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/sources.bkl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** sources.bkl 20 Nov 2005 12:11:48 -0000 1.5 --- sources.bkl 23 Nov 2005 20:33:15 -0000 1.6 *************** *** 82,85 **** --- 82,86 ---- wxbind/src/wxlprint.cpp wxbind/src/wxlua.cpp + wxbind/src/wx_builtin.cpp wxbind/src/wx_class.cpp wxbind/src/wx_define.cpp Index: modules.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/modules.bkl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** modules.bkl 20 Nov 2005 12:11:48 -0000 1.8 --- modules.bkl 23 Nov 2005 20:33:15 -0000 1.9 *************** *** 187,190 **** --- 187,191 ---- the same conventions followed by other modules... --> <lib id="mod_lua_lib"> + <define>WXLUA_CODE</define> <sources>$(lua_src) $(lualib_src)</sources> <headers>(lua_hdr) $(lualib_hdr)</headers> |