Displaying 2 results from an estimated 2 matches for "wxmsw26".
Did you mean:
wxmsw26#
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
2005 Aug 02
8
Rake patch
This patch fixes the following:
- You can now use rake to build on Windows.
- You can now use rake install to install the lib, no more extconf.rb
needed! This should be cross platform, I took some code for installing
from the Makefile that extconf.rb generated as a basis. I have tested
it on OS X and will test tomorrow on Windows, I am 95% it will work
cross platform.
- I did get Windows