From: John L. <jr...@us...> - 2008-01-20 19:23:34
|
Update of /cvsroot/wxlua/wxLua/build/msvc6 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv32640/wxLua/build/msvc6 Modified Files: wxLua.dsw Log Message: - Added static bool wxLuaState::sm_wxAppMainLoop_will_run so that Lua code that calls "wx.wxGetApp:MainLoop()" will not do anything. C++ coders should call it if they create a wxLuaState and run Lua code from their wxApp:OnInit() when wxApp:IsMainLoopRunning() returns false. Added luamodule_mono to wxLua.dsw Index: wxLua.dsw =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msvc6/wxLua.dsw,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** wxLua.dsw 14 Aug 2007 13:42:14 -0000 1.10 --- wxLua.dsw 20 Jan 2008 19:23:01 -0000 1.11 *************** *** 487,490 **** --- 487,547 ---- ############################################################################### + Project: "mod_luamodule_mono"=..\..\modules\build\msvc6\modules_mod_luamodule_mono.dsp - Package Owner=<4> + + Package=<5> + {{{ + }}} + + Package=<4> + {{{ + Begin Project Dependency + Project_Dep_Name mod_lua + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxlua + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindbase + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindcore + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindnet + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindadv + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindaui + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindgl + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindhtml + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindmedia + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindstc + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindxml + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxbindxrc + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxluadebug + End Project Dependency + Begin Project Dependency + Project_Dep_Name mod_wxluasocket + End Project Dependency + }}} + + ############################################################################### + Global: |