Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11964/wxLua/apps/wxluaedit/src
Modified Files:
Makefile
Log Message:
Make wxProcess Kill and Exists functions %staticonly
Remove all exception code from wxLuaSocket code (debugger code)
Rename wxLuaSocket to wxLuaCSocket and move wxLuaDebuggerSocket to wxLuawxSocket
we have two options C or wx sockets now... both work in 2.8 GTK2
Lots of reorganization in server and socket code
Update the editor.wx.lua for new code and only Delete() the debugger server
in EVT_IDLE to give it a chance to exit gracefully
Index: Makefile
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile 21 Dec 2006 06:02:02 -0000 1.11
--- Makefile 19 May 2007 02:05:45 -0000 1.12
***************
*** 52,56 ****
WXSTEDIT_DIR = $(WXCODE)/components/wxstedit
! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXSTEDIT_DIR)/include -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL=
# This will build a static wxLua app, staticly linked to .a libs
--- 52,56 ----
WXSTEDIT_DIR = $(WXCODE)/components/wxstedit
! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXSTEDIT_DIR)/include -I$(WXPREFIX)/contrib/include -DLUACALL=
# This will build a static wxLua app, staticly linked to .a libs
|