From: John L. <jr...@us...> - 2007-06-27 19:56:32
|
Update of /cvsroot/wxlua/wxLua/modules/wxbind/setup In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18874/wxLua/modules/wxbind/setup Modified Files: wxluasetup.h Log Message: Add wxDynamicLibrary and friends to bindings Index: wxluasetup.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** wxluasetup.h 27 Jun 2007 03:11:28 -0000 1.16 --- wxluasetup.h 27 Jun 2007 19:56:29 -0000 1.17 *************** *** 50,53 **** --- 50,54 ---- #define wxLUA_USE_wxDisplay 1 #define wxLUA_USE_wxDragDrop 1 + #define wxLUA_USE_wxDynamicLibrary 1 #define wxLUA_USE_wxFile 1 #define wxLUA_USE_wxFileDialog 1 |