From: John L. <jr...@us...> - 2006-05-13 21:05:39
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29246/wxLua/modules/wxbind/src Modified Files: Makefile Log Message: use #define WXLUA_LUA_NEWTHREAD for thread handler code, was WXLUA_CODE define add luamodule "app" which generates a library for using wxLua as a module in lua Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile 8 Mar 2006 02:46:37 -0000 1.9 --- Makefile 13 May 2006 21:05:36 -0000 1.10 *************** *** 38,42 **** CXX = $(WXCXX) ! APPEXTRADEFS = -I../../ -I../setup -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluabind-$(WXRELEASE) --- 38,42 ---- CXX = $(WXCXX) ! APPEXTRADEFS = -I../../ -I../setup -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluabind-$(WXRELEASE) |