From: John L. <jr...@us...> - 2006-09-19 05:01:49
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2624/wxLua/modules/wxluasocket/src Modified Files: Makefile Log Message: reorder code in the wxLua editor to follow menu item order and capitalize functions to make them easy to find Index: Makefile =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** Makefile 24 May 2006 04:50:02 -0000 1.8 --- Makefile 19 Sep 2006 05:01:45 -0000 1.9 *************** *** 52,56 **** HEADERS = \ - ../include/wxldbgio.h \ ../include/wxldserv.h \ ../include/wxldtarg.h \ --- 52,55 ---- *************** *** 61,65 **** SOURCES = \ - wxldbgio.cpp \ wxldserv.cpp \ wxldtarg.cpp \ --- 60,63 ---- |