From: John L. <jr...@us...> - 2005-11-25 22:00:44
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22256/wxLua/apps/wxlua/src Modified Files: wxlua.cpp Log Message: make it compile in VS6, wxLua is a windows app NOT console Index: wxlua.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxlua.cpp 19 Nov 2005 07:08:39 -0000 1.5 --- wxlua.cpp 25 Nov 2005 22:00:36 -0000 1.6 *************** *** 59,63 **** public: - static wxLuaHandler* sm_luahandler; wxLuaStandaloneApp *m_app; }; --- 59,62 ---- |