search for: _xml

Displaying 4 results from an estimated 4 matches for "_xml".

Did you mean: _xl
2006 Sep 12
6
Patch for Unicode on windows
This patch makes Unicode the default build for windows. You can override the default by setting a WXRUBY_NO_UNICODE environment variable. Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
...#$WXLIBDIR","wxbase28#{$POSTFIX}.lib") -$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_net.lib") -$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_odbc.lib") -$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_xml.lib") -$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_adv.lib") -$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_core.lib") -$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_dbgrid.lib") -$wx_libs += File.join(&qu...
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...#$WXLIBDIR","wxbase28#{$POSTFIX}.lib") +$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_net.lib") +$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_odbc.lib") +$wx_libs += File.join("#$WXLIBDIR","wxbase28#{$POSTFIX}_xml.lib") +$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_adv.lib") +$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_core.lib") +$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_dbgrid.lib") +$wx_libs += File.join(&qu...
2005 Jul 24
11
Official name change to wxruby2
The CVS module has been renamed from wxruby-swig to wxruby2, and I have checked in the related changes to reflect the name change. Anyone with a CVS tree will need to re-checkout from CVS because of the module name change. There is now a wx.rb in the lib/ directory, which loads the wxruby2 shared library that gets built. I have tagged this as 0.0.22. Next steps: - Apply Choice.i patch from