From: John L. <jr...@us...> - 2008-01-10 23:06:58
|
Update of /cvsroot/wxlua/wxLua/modules/build/msvc6 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20968/wxLua/modules/build/msvc6 Modified Files: modules_mod_wxbindcore.dsp modules_mod_wxbindhtml.dsp Log Message: Renamed wxcore_wxlprint to wxcore_wxlcore and wxhtml_wxlhtmlwin to wxhtml_wxlhtml since these files contain more than just printing or the htmlwin. Updated configure.ac to check for $WXSTEDIT shell env var and added --with-wxstedit-prefix to make it easier to specify where wxStEdit is. Index: modules_mod_wxbindhtml.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc6/modules_mod_wxbindhtml.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** modules_mod_wxbindhtml.dsp 16 Jul 2007 22:53:31 -0000 1.3 --- modules_mod_wxbindhtml.dsp 10 Jan 2008 23:06:25 -0000 1.4 *************** *** 467,471 **** # Begin Source File ! SOURCE=..\..\wxbind\src\wxhtml_wxlhtmlwin.cpp # End Source File # End Group --- 467,471 ---- # Begin Source File ! SOURCE=..\..\wxbind\src\wxhtml_wxlhtml.cpp # End Source File # End Group *************** *** 479,483 **** # Begin Source File ! SOURCE=..\..\wxbind\include\wxhtml_wxlhtmlwin.h # End Source File # End Group --- 479,483 ---- # Begin Source File ! SOURCE=..\..\wxbind\include\wxhtml_wxlhtml.h # End Source File # End Group Index: modules_mod_wxbindcore.dsp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msvc6/modules_mod_wxbindcore.dsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** modules_mod_wxbindcore.dsp 16 Jul 2007 22:53:31 -0000 1.3 --- modules_mod_wxbindcore.dsp 10 Jan 2008 23:06:24 -0000 1.4 *************** *** 531,535 **** # Begin Source File ! SOURCE=..\..\wxbind\src\wxcore_wxlprint.cpp # End Source File # End Group --- 531,535 ---- # Begin Source File ! SOURCE=..\..\wxbind\src\wxcore_wxlcore.cpp # End Source File # End Group *************** *** 543,547 **** # Begin Source File ! SOURCE=..\..\wxbind\include\wxcore_wxlprint.h # End Source File # End Group --- 543,547 ---- # Begin Source File ! SOURCE=..\..\wxbind\include\wxcore_wxlcore.h # End Source File # End Group |