From: John L. <jr...@us...> - 2008-01-31 04:34:38
|
Update of /cvsroot/wxlua/wxLua/modules/build/msvc8 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20345/wxLua/modules/build/msvc8 Modified Files: modules_mod_luamodule_mono.vcproj modules_mod_wxbindadv.vcproj Log Message: Added wxLuaGridTableBase and it's sample gridtable.wx.lua. Thanks to Hakki Dogusan. Index: modules_mod_luamodule_mono.vcproj =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc8/modules_mod_luamodule_mono.vcproj,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** modules_mod_luamodule_mono.vcproj 29 Jan 2008 01:38:57 -0000 1.8 --- modules_mod_luamodule_mono.vcproj 31 Jan 2008 04:34:05 -0000 1.9 *************** *** 819,822 **** --- 819,825 ---- /> <File + RelativePath="..\..\wxbind\src\wxadv_wxladv.cpp" + /> + <File RelativePath="..\..\wxbind\src\wxaui_bind.cpp" /> Index: modules_mod_wxbindadv.vcproj =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc8/modules_mod_wxbindadv.vcproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** modules_mod_wxbindadv.vcproj 29 Jan 2008 01:38:57 -0000 1.9 --- modules_mod_wxbindadv.vcproj 31 Jan 2008 04:34:05 -0000 1.10 *************** *** 1538,1541 **** --- 1538,1544 ---- RelativePath="..\..\wxbind\src\wxadv_bind.cpp" /> + <File + RelativePath="..\..\wxbind\src\wxadv_wxladv.cpp" + /> </Filter> <Filter *************** *** 1546,1549 **** --- 1549,1555 ---- RelativePath="..\..\wxbind\include\wxadv_bind.h" /> + <File + RelativePath="..\..\wxbind\include\wxadv_wxladv.h" + /> </Filter> </Files> |