From: John L. <jr...@us...> - 2007-06-17 18:36:45
|
Update of /cvsroot/wxlua/wxLua/modules/build/msvc6 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12639/wxLua/modules/build/msvc6 Modified Files: modules_mod_wxbind.dsp Log Message: Add picker.i for all of the wxPicker controls Change WXLUA_DECLARE_ENCAPSULATION to prepend wxLua_ to it for clarity. Index: modules_mod_wxbind.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc6/modules_mod_wxbind.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** modules_mod_wxbind.dsp 24 Apr 2007 14:39:55 -0000 1.3 --- modules_mod_wxbind.dsp 17 Jun 2007 18:36:08 -0000 1.4 *************** *** 531,534 **** --- 531,538 ---- # Begin Source File + SOURCE=..\..\wxbind\src\picker.cpp + # End Source File + # Begin Source File + SOURCE=..\..\wxbind\src\print.cpp # End Source File |