From: David R. <dav...@us...> - 2010-07-22 18:27:18
|
CVSROOT: /cvsroot/mgengine Module name: mgengine Repository: ./ Changes by: dav...@sf....(none) 10/07/22 18:27:11 Log message: Lua bindings: Adjust the makefiles so that only the mgLuaConsole links with Lua, not the luabind-generated modules. This fixes a crash where using a static lua library we would end up with multiple instances dynamically loaded into the engine. Also added macosx-related adjustements in local-gcc.mak Modified files: ./: Makefile local-gcc.mak Revision Changes Path 1.93 +16 -16 mgengine/Makefile http://mgengine.cvs.sourceforge.net/mgengine/mgengine/Makefile 1.7 +20 -12 mgengine/local-gcc.mak http://mgengine.cvs.sourceforge.net/mgengine/mgengine/local-gcc.mak |