From: John L. <jr...@us...> - 2005-11-25 19:03:36
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17492/wxLua/apps/wxlua/src Modified Files: wxlua.h Log Message: moved wxlhandl.h/cpp to wxluasocket lib (that's where it's used) file was wxLuaLibrary, library Index: wxlua.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wxlua.h 25 Nov 2005 02:43:01 -0000 1.2 --- wxlua.h 25 Nov 2005 19:03:26 -0000 1.3 *************** *** 17,21 **** #endif ! #include "wxlua/include/wxlhandl.h" #ifdef __WXMSW__ --- 17,21 ---- #endif ! #include "wxluasocket/include/wxlhandl.h" #ifdef __WXMSW__ |