Update of /cvsroot/wxlua/wxLua/modules/wxbind/setup
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv478/wxLua/modules/wxbind/setup
Modified Files:
wxluasetup.h
Log Message:
Add wxAUI library and rebuild all build files
Cleanup Makefiles using wx-config and include common bits to simplify them
Index: wxluasetup.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** wxluasetup.h 2 Jul 2007 00:05:13 -0000 1.18
--- wxluasetup.h 4 Jul 2007 05:39:20 -0000 1.19
***************
*** 13,16 ****
--- 13,17 ----
#define wxLUA_USE_wxArrayString 1
#define wxLUA_USE_wxArtProvider 1
+ #define wxLUA_USE_wxAUI 1
#define wxLUA_USE_wxBitmap 1
#define wxLUA_USE_wxBitmapComboBox 1
|