Update of /cvsroot/wxlua/wxLua/modules/wxbind/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25355/wxLua/modules/wxbind/include
Modified Files:
wxlhtmlwin.h wxlprint.h
Log Message:
started to break up internal.cpp into wxlstate, wxlcallb...
rename library.h/cpp to wxlhandl since it only contains wxLuaHandler
remove wxLuaApp code, it doesn't exist anymore
compiles and runs in linux
Index: wxlhtmlwin.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlhtmlwin.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxlhtmlwin.h 18 Jun 2005 20:53:41 -0000 1.1
--- wxlhtmlwin.h 25 Nov 2005 02:43:01 -0000 1.2
***************
*** 14,18 ****
#endif
! #include "wxlua/include/defs.h"
#include "wx/print.h"
#include "wx/html/htmlwin.h"
--- 14,18 ----
#endif
! #include "wxlua/include/wxldefs.h"
#include "wx/print.h"
#include "wx/html/htmlwin.h"
Index: wxlprint.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxlprint.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** wxlprint.h 18 Jun 2005 20:53:41 -0000 1.1
--- wxlprint.h 25 Nov 2005 02:43:01 -0000 1.2
***************
*** 14,18 ****
#endif
! #include "wxlua/include/defs.h"
#include "wx/print.h"
--- 14,18 ----
#endif
! #include "wxlua/include/wxldefs.h"
#include "wx/print.h"
|