Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11964/wxLua/modules/wxbindstc/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/modules/wxbindstc/src/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile 21 Dec 2006 06:02:03 -0000 1.7
--- Makefile 19 May 2007 02:05:46 -0000 1.8
***************
*** 36,40 ****
CXX = $(WXCXX)
! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXLUA_WXLUASETUP_DIR) -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL=
WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluastc-$(WXRELEASE)
--- 36,40 ----
CXX = $(WXCXX)
! APPEXTRADEFS = -I$(WXLUA_DIR) -I$(WXLUA_DIR)/modules -I$(WXLUA_DIR)/modules/lua/include -I$(WXLUA_WXLUASETUP_DIR) -I$(WXPREFIX)/contrib/include -DLUACALL=
WXBIND_TARGET_LIBNAME = lib$(WXBASENAME)_wxluastc-$(WXRELEASE)
|