From: Francesco M. <fr...@us...> - 2007-05-04 20:22:29
|
Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4461/modules/build/bakefiles Modified Files: modules.bkl Log Message: fix some more path problems as reported by John Index: modules.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/modules.bkl,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** modules.bkl 24 Apr 2007 14:21:10 -0000 1.44 --- modules.bkl 4 May 2007 20:22:25 -0000 1.45 *************** *** 164,169 **** <!-- the luamodule: for lots of reasons it can be built only when SHARED==1 --> <module id="mod_luamodule" template="wxlua" cond="SHARED=='1' and USE_LUAMODULE=='1'"> ! <!-- do not prefix "lib" with $(WXLUA_BASEDIR): we want to allow out-of-tree builds!--> ! <wxlua-dirname>../lib</wxlua-dirname> <!-- $libdir/lua/5.1 looks to be the standard folder for lua modules... --> --- 164,168 ---- <!-- the luamodule: for lots of reasons it can be built only when SHARED==1 --> <module id="mod_luamodule" template="wxlua" cond="SHARED=='1' and USE_LUAMODULE=='1'"> ! <wxlua-dirname>$(WXLUA_LIBDIR)</wxlua-dirname> <!-- $libdir/lua/5.1 looks to be the standard folder for lua modules... --> |