search for: wxbase26#

Displaying 3 results from an estimated 3 matches for "wxbase26#".

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 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...egex#{$POSTFIX}.lib") +$wx_libs += File.join("#$WXLIBDIR","wxtiff#{$DEBUGPOSTFIX}.lib") +$wx_libs += File.join("#$WXLIBDIR","wxzlib#{$DEBUGPOSTFIX}.lib") </ins><span class="cx"> </span><del>-$wx_libs = "#$WXLIBDIR/wxbase26#{$POSTFIX}.lib" -$wx_libs += " #$WXLIBDIR/wxbase26#{$POSTFIX}_net.lib" -$wx_libs += " #$WXLIBDIR/wxbase26#{$POSTFIX}_odbc.lib" -$wx_libs += " #$WXLIBDIR/wxbase26#{$POSTFIX}_xml.lib" -$wx_libs += " #$WXLIBDIR/wxmsw26#{$POSTFIX}_adv.lib" -$wx_libs +...
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