Update of /cvsroot/wxlua/wxLua/apps/wxluafreeze/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29246/wxLua/apps/wxluafreeze/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/apps/wxluafreeze/src/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 12 Apr 2006 05:03:01 -0000 1.1
--- Makefile 13 May 2006 21:05:35 -0000 1.2
***************
*** 47,51 ****
WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE)
! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL=
# This will build a static wxLua app, staticly linked to .a libs
--- 47,51 ----
WXFL_LIB = $(WXBASENAME)_fl-$(WXRELEASE)
! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD
# This will build a static wxLua app, staticly linked to .a libs
|