Update of /cvsroot/wxlua/wxLua/apps/wxlua/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3425/apps/wxlua/src
Modified Files:
lconsole.cpp wxlua.cpp
Log Message:
fixed versioning
Index: wxlua.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/wxlua.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** wxlua.cpp 22 Dec 2005 18:42:33 -0000 1.12
--- wxlua.cpp 29 Jan 2006 15:45:39 -0000 1.13
***************
*** 37,40 ****
--- 37,42 ----
#endif
+ #include "art/wxluasmall.xpm"
+
extern "C"
{
***************
*** 135,139 ****
wxImage::AddHandler(new wxXPMHandler);
- #include "../art/wxluasmall.xpm"
wxMemoryFSHandler::AddFile(wxT("wxLua"), wxBitmap(wxLuaSmall_xpm), wxBITMAP_TYPE_XPM);
m_fMemoryBitmapAdded = true;
--- 137,140 ----
***************
*** 376,380 ****
wxImage::AddHandler(new wxXPMHandler);
- #include "../art/wxluasmall.xpm"
wxMemoryFSHandler::AddFile(wxT("wxLua"), wxBitmap(wxLuaSmall_xpm), wxBITMAP_TYPE_XPM);
m_fMemoryBitmapAdded = true;
--- 377,380 ----
Index: lconsole.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/lconsole.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** lconsole.cpp 23 Jan 2006 19:38:29 -0000 1.4
--- lconsole.cpp 29 Jan 2006 15:45:39 -0000 1.5
***************
*** 24,28 ****
#if defined(__WXGTK__) || defined(__WXMOTIF__)
! #include "../../../art/wxlua.xpm"
#endif
--- 24,28 ----
#if defined(__WXGTK__) || defined(__WXMOTIF__)
! #include "art/wxlua.xpm"
#endif
|