From: John L. <jr...@us...> - 2008-01-10 23:06:57
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv20968/wxLua/bindings/wxwidgets Modified Files: wxcore_print.i wxhtml_html.i 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: wxhtml_html.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxhtml_html.i,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** wxhtml_html.i 18 Dec 2007 01:03:32 -0000 1.2 --- wxhtml_html.i 10 Jan 2008 23:06:23 -0000 1.3 *************** *** 258,262 **** %if wxLUA_USE_wxLuaHtmlWindow ! %include "wxbind/include/wxhtml_wxlhtmlwin.h" %class wxLuaHtmlWindow, wxHtmlWindow --- 258,262 ---- %if wxLUA_USE_wxLuaHtmlWindow ! %include "wxbind/include/wxhtml_wxlhtml.h" %class wxLuaHtmlWindow, wxHtmlWindow Index: wxcore_print.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxcore_print.i,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxcore_print.i 8 Jan 2008 00:55:35 -0000 1.4 --- wxcore_print.i 10 Jan 2008 23:06:23 -0000 1.5 *************** *** 59,63 **** %include "wxlua/include/wxlua_bind.h" // for wxLuaObject tag ! %include "wxbind/include/wxcore_wxlprint.h" %class %delete wxLuaPrintout, wxPrintout --- 59,63 ---- %include "wxlua/include/wxlua_bind.h" // for wxLuaObject tag ! %include "wxbind/include/wxcore_wxlcore.h" %class %delete wxLuaPrintout, wxPrintout |