From: John L. <jr...@us...> - 2005-06-07 20:18:16
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25361/wxLua/apps/wxlua/src Modified Files: wxLua_wx26.dsw Log Message: the libraries don't depend on each other, fixes double link warning 4006 in VC6 Index: wxLua_wx26.dsw =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxLua_wx26.dsw,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wxLua_wx26.dsw 7 Jun 2005 19:58:25 -0000 1.2 --- wxLua_wx26.dsw 7 Jun 2005 20:18:06 -0000 1.3 *************** *** 36,45 **** Package=<4> {{{ - Begin Project Dependency - Project_Dep_Name lua - End Project Dependency - Begin Project Dependency - Project_Dep_Name lualib_wx26 - End Project Dependency }}} --- 36,39 ---- *************** *** 54,66 **** Package=<4> {{{ - Begin Project Dependency - Project_Dep_Name lua - End Project Dependency - Begin Project Dependency - Project_Dep_Name lualib_wx26 - End Project Dependency - Begin Project Dependency - Project_Dep_Name wxLuaLib_wx26 - End Project Dependency }}} --- 48,51 ---- *************** *** 75,90 **** Package=<4> {{{ - Begin Project Dependency - Project_Dep_Name lua - End Project Dependency - Begin Project Dependency - Project_Dep_Name lualib_wx26 - End Project Dependency - Begin Project Dependency - Project_Dep_Name wxLuaLib_wx26 - End Project Dependency - Begin Project Dependency - Project_Dep_Name wxLuaDebugLib_wx26 - End Project Dependency }}} --- 60,63 ---- |