Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4440/wxLua/modules/wxluasocket/src
Modified Files:
Makefile
Log Message:
move the wxLuaDebugSocket bindings to their own dir and out of wxWidgets bindings
fix using more than two bindings with same namespace
Index: Makefile
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Makefile 13 May 2006 21:05:36 -0000 1.7
--- Makefile 24 May 2006 04:50:02 -0000 1.8
***************
*** 35,39 ****
CXX = $(WXCXX)
! APPEXTRADEFS = -I../../ -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD
TARGET_LIBNAME = lib$(WXBASENAME)_wxluasocket-$(WXRELEASE)
--- 35,39 ----
CXX = $(WXCXX)
! APPEXTRADEFS = -I../../ -I../../wxbind/setup -I$(WXPREFIX)/contrib/include -fexceptions -DLUACALL= -DWXLUA_LUA_NEWTHREAD
TARGET_LIBNAME = lib$(WXBASENAME)_wxluasocket-$(WXRELEASE)
***************
*** 57,60 ****
--- 57,61 ----
../include/wxlsock.h \
../include/wxlhandl.h \
+ ../include/wxluasocket.h \
../include/dservice.h
***************
*** 65,68 ****
--- 66,71 ----
wxlsock.cpp \
wxlhandl.cpp \
+ wxluasocket.cpp \
+ wxluasocket_bind.cpp \
dservice.cpp
|