From: John L. <jr...@us...> - 2008-01-31 04:34:38
|
Update of /cvsroot/wxlua/wxLua/modules/build/msvc6 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20345/wxLua/modules/build/msvc6 Modified Files: modules_mod_luamodule_mono.dsp modules_mod_wxbindadv.dsp Log Message: Added wxLuaGridTableBase and it's sample gridtable.wx.lua. Thanks to Hakki Dogusan. Index: modules_mod_wxbindadv.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc6/modules_mod_wxbindadv.dsp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** modules_mod_wxbindadv.dsp 29 Jan 2008 01:38:56 -0000 1.9 --- modules_mod_wxbindadv.dsp 31 Jan 2008 04:34:05 -0000 1.10 *************** *** 461,464 **** --- 461,468 ---- SOURCE=..\..\wxbind\src\wxadv_bind.cpp # End Source File + # Begin Source File + + SOURCE=..\..\wxbind\src\wxadv_wxladv.cpp + # End Source File # End Group # Begin Group "WXBINDADV headers" *************** *** 469,472 **** --- 473,480 ---- SOURCE=..\..\wxbind\include\wxadv_bind.h # End Source File + # Begin Source File + + SOURCE=..\..\wxbind\include\wxadv_wxladv.h + # End Source File # End Group # End Target Index: modules_mod_luamodule_mono.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc6/modules_mod_luamodule_mono.dsp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** modules_mod_luamodule_mono.dsp 29 Jan 2008 01:38:56 -0000 1.8 --- modules_mod_luamodule_mono.dsp 31 Jan 2008 04:34:05 -0000 1.9 *************** *** 267,270 **** --- 267,274 ---- # Begin Source File + SOURCE=..\..\wxbind\src\wxadv_wxladv.cpp + # End Source File + # Begin Source File + SOURCE=..\..\wxbind\src\wxaui_bind.cpp # End Source File |