From: John L. <jr...@us...> - 2007-05-01 14:23:42
|
Update of /cvsroot/wxlua/wxLua/build/msvc6 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7927/wxLua/build/msvc6 Modified Files: wxLua.dsw Log Message: updated docs to say how to run the samples and added an index cleaned up some of the modules wxLua.dsw - wxbind must be built before wxluasocket in the wxlua module shared library since the wxluasocket bindings depend on the wxWindow tag. Index: wxLua.dsw =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msvc6/wxLua.dsw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wxLua.dsw 23 Apr 2007 23:04:46 -0000 1.2 --- wxLua.dsw 1 May 2007 14:23:33 -0000 1.3 *************** *** 226,232 **** End Project Dependency Begin Project Dependency - Project_Dep_Name mod_wxluasocket - End Project Dependency - Begin Project Dependency Project_Dep_Name mod_wxbind End Project Dependency --- 226,229 ---- *************** *** 234,237 **** --- 231,237 ---- Project_Dep_Name mod_wxbindstc End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxluasocket + End Project Dependency }}} |