Update of /cvsroot/wxlua/wxLua/modules/wxbind/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8564/wxLua/modules/wxbind/include
Modified Files:
wxbinddefs.h
Log Message:
MSVC6 doesn't have #warning? Rem it out for now
Index: wxbinddefs.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/include/wxbinddefs.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wxbinddefs.h 16 Jul 2007 19:34:42 -0000 1.4
--- wxbinddefs.h 16 Jul 2007 23:06:52 -0000 1.5
***************
*** 1,5 ****
//----------------------------------------------------------------------------
// Purpose: Defines for the wxWidgets binding of wxLua
! // Author: John Labenski
// Created: 04/02/2006
// RCS-ID:
--- 1,5 ----
//----------------------------------------------------------------------------
// Purpose: Defines for the wxWidgets binding of wxLua
! // Author: John Labenski, Francesco Montorsi
// Created: 04/02/2006
// RCS-ID:
***************
*** 13,17 ****
#include "wx/defs.h"
#include "wxlua/include/wxlstate.h"
- #include "wxluasetup.h"
// ----------------------------------------------------------------------------
--- 13,16 ----
***************
*** 208,212 ****
#else
#define WXLUA_DECLARE_BIND_WXMEDIA
! #warning "WXLUA_DECLARE_BIND_WXMEDIA is not used since wxUSE_MEDIACTRL=0"
#endif //wxUSE_MEDIACTRL
--- 207,211 ----
#else
#define WXLUA_DECLARE_BIND_WXMEDIA
! // warning "WXLUA_DECLARE_BIND_WXMEDIA is not used since wxUSE_MEDIACTRL=0"
#endif //wxUSE_MEDIACTRL
***************
*** 215,219 ****
#else
#define WXLUA_DECLARE_BIND_WXGL
! #warning "WXLUA_DECLARE_BIND_WXGL is not used since wxUSE_GLCANVAS=0"
#endif //wxUSE_GLCANVAS
--- 214,218 ----
#else
#define WXLUA_DECLARE_BIND_WXGL
! // warning "WXLUA_DECLARE_BIND_WXGL is not used since wxUSE_GLCANVAS=0"
#endif //wxUSE_GLCANVAS
***************
*** 263,267 ****
#else
#define WXLUA_IMPLEMENT_BIND_WXMEDIA
! #warning "WXLUA_IMPLEMENT_BIND_WXMEDIA is not used since wxUSE_MEDIACTRL=0"
#endif //wxUSE_MEDIACTRL
--- 262,266 ----
#else
#define WXLUA_IMPLEMENT_BIND_WXMEDIA
! //#warning "WXLUA_IMPLEMENT_BIND_WXMEDIA is not used since wxUSE_MEDIACTRL=0"
#endif //wxUSE_MEDIACTRL
***************
*** 270,274 ****
#else
#define WXLUA_IMPLEMENT_BIND_WXGL
! #warning "WXLUA_IMPLEMENT_BIND_WXGL is not used since wxUSE_GLCANVAS=0"
#endif //wxUSE_GLCANVAS
--- 269,273 ----
#else
#define WXLUA_IMPLEMENT_BIND_WXGL
! //#warning "WXLUA_IMPLEMENT_BIND_WXGL is not used since wxUSE_GLCANVAS=0"
#endif //wxUSE_GLCANVAS
|