From: John L. <jr...@us...> - 2005-11-25 19:03:36
|
Update of /cvsroot/wxlua/wxLua/modules/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/wxLua/modules/build/bakefiles Modified Files: sources.bkl Log Message: moved wxlhandl.h/cpp to wxluasocket lib (that's where it's used) file was wxLuaLibrary, library Index: sources.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/bakefiles/sources.bkl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** sources.bkl 25 Nov 2005 02:43:01 -0000 1.8 --- sources.bkl 25 Nov 2005 19:03:28 -0000 1.9 *************** *** 128,132 **** wxlua/src/wxlbind.cpp wxlua/src/wxlcallb.cpp - wxlua/src/wxlhandl.cpp wxlua/src/wxlintrp.cpp wxlua/src/wxlstate.cpp --- 128,131 ---- *************** *** 138,142 **** wxlua/include/wxldefs.h wxlua/include/wxlcallb.h - wxlua/include/wxlhandl.h wxlua/include/wxlintrp.h wxlua/include/wxlstate.h --- 137,140 ---- *************** *** 169,172 **** --- 167,171 ---- wxluasocket/src/dtarget.cpp wxluasocket/src/socket.cpp + wxluasocket/src/wxlhandl.cpp </set> *************** *** 176,179 **** --- 175,179 ---- wxluasocket/include/dtarget.h wxluasocket/include/socket.h + wxluasocket/include/wxlhandl.h </set> |