From: John L. <jr...@us...> - 2005-11-23 20:33:23
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17181/wxLua/bindings/wxwidgets Modified Files: data.i fl.i html.i wxlua.i Removed Files: wxLuaWrap.lua Log Message: rebake, compiles using MSVC free compiler using nmake remove %noclassinfo for things that have classinfo Index: fl.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/fl.i,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** fl.i 18 Jun 2005 20:45:59 -0000 1.2 --- fl.i 23 Nov 2005 20:33:14 -0000 1.3 *************** *** 115,119 **** %endclass ! %class %noclassinfo %delete cbDimInfo, wxObject %constructor cbDimInfoDefault() %constructor cbDimInfoFixed(cbBarDimHandlerBase* pDimHandler, bool isFixed) --- 115,119 ---- %endclass ! %class %delete %noclassinfo cbDimInfo, wxObject %constructor cbDimInfoDefault() %constructor cbDimInfoFixed(cbBarDimHandlerBase* pDimHandler, bool isFixed) --- wxLuaWrap.lua DELETED --- Index: wxlua.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxlua.i,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxlua.i 18 Jun 2005 20:45:59 -0000 1.3 --- wxlua.i 23 Nov 2005 20:33:14 -0000 1.4 *************** *** 36,40 **** %include "wxluasocket/include/dserver.h" ! %class %noclassinfo %delete wxLuaDebugServer wxLuaDebugServer(int portNumber) %constructor wxLuaDebugServerCompile(const wxString &buffer, const wxString &fileName) --- 36,40 ---- %include "wxluasocket/include/dserver.h" ! %class %delete %noclassinfo wxLuaDebugServer wxLuaDebugServer(int portNumber) %constructor wxLuaDebugServerCompile(const wxString &buffer, const wxString &fileName) Index: html.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/html.i,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** html.i 18 Jun 2005 20:45:59 -0000 1.2 --- html.i 23 Nov 2005 20:33:14 -0000 1.3 *************** *** 14,18 **** %include "wx/html/htmlcell.h" ! %class %noclassinfo wxHtmlCell wxHtmlCell() virtual bool AdjustPagebreak(int * pagebreak) --- 14,18 ---- %include "wx/html/htmlcell.h" ! %class wxHtmlCell wxHtmlCell() virtual bool AdjustPagebreak(int * pagebreak) *************** *** 50,54 **** // wxHtmlWidgetCell ! %class %noclassinfo wxHtmlWidgetCell, wxHtmlCell wxHtmlWidgetCell(wxWindow* wnd, int w = 0) %endclass --- 50,54 ---- // wxHtmlWidgetCell ! %class wxHtmlWidgetCell, wxHtmlCell wxHtmlWidgetCell(wxWindow* wnd, int w = 0) %endclass *************** *** 181,185 **** // wxHtmlParser ! %class %noclassinfo wxHtmlParser //wxHtmlParser() //void AddTag(const wxHtmlTag& tag) --- 181,185 ---- // wxHtmlParser ! %class wxHtmlParser //wxHtmlParser() //void AddTag(const wxHtmlTag& tag) *************** *** 196,200 **** // wxHtmlWinParser ! %class %noclassinfo wxHtmlWinParser, wxHtmlParser wxHtmlWinParser(wxHtmlWindow *wnd) wxHtmlContainerCell* CloseContainer() --- 196,200 ---- // wxHtmlWinParser ! %class wxHtmlWinParser, wxHtmlParser wxHtmlWinParser(wxHtmlWindow *wnd) wxHtmlContainerCell* CloseContainer() Index: data.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/data.i,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** data.i 17 Nov 2005 05:51:20 -0000 1.3 --- data.i 23 Nov 2005 20:33:14 -0000 1.4 *************** *** 397,401 **** %include "wx/protocol/http.h" ! %class %noclassinfo %delete wxHTTP, wxProtocol wxHTTP() wxInputStream *GetInputStream(const wxString& path) --- 397,401 ---- %include "wx/protocol/http.h" ! %class %delete %noclassinfo wxHTTP, wxProtocol wxHTTP() wxInputStream *GetInputStream(const wxString& path) *************** *** 415,419 **** %endenum ! %class %noclassinfo %delete wxFTP, wxProtocol wxFTP() bool Abort() --- 415,419 ---- %endenum ! %class %delete %noclassinfo wxFTP, wxProtocol wxFTP() bool Abort() |