From: John L. <jr...@us...> - 2007-05-24 00:29:07
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11719/wxLua/modules/wxluasocket/src Modified Files: Makefile Log Message: remove dservice.h/cpp splttree.h/cpp, not used anymore Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 23 May 2007 20:17:25 -0000 1.13 --- Makefile 24 May 2007 00:29:01 -0000 1.14 *************** *** 56,61 **** ../include/wxldtarg.h \ ../include/wxlsock.h \ ! ../include/wxluasocket.h \ ! ../include/dservice.h SOURCES = \ --- 56,60 ---- ../include/wxldtarg.h \ ../include/wxlsock.h \ ! ../include/wxluasocket.h SOURCES = \ *************** *** 64,69 **** wxlsock.cpp \ wxluasocket.cpp \ ! wxluasocket_bind.cpp \ ! dservice.cpp OBJECTS=$(SOURCES:.cpp=.o) --- 63,67 ---- wxlsock.cpp \ wxluasocket.cpp \ ! wxluasocket_bind.cpp OBJECTS=$(SOURCES:.cpp=.o) |