From: John L. <jr...@us...> - 2006-02-02 15:49:36
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31289/wxLua/modules/wxbind/src Modified Files: Makefile Log Message: separated wxSTC contrib from the wxWidgets binding, create new module for it Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 23 Jan 2006 04:38:29 -0000 1.5 --- Makefile 2 Feb 2006 15:49:24 -0000 1.6 *************** *** 81,85 **** ../../../modules/wxbind/src/sizer.cpp \ ../../../modules/wxbind/src/socket.cpp \ - ../../../modules/wxbind/src/stc.cpp \ ../../../modules/wxbind/src/thread.cpp \ ../../../modules/wxbind/src/wave.cpp \ --- 81,84 ---- |