search for: wxruby_release

Displaying 5 results from an estimated 5 matches for "wxruby_release".

2007 Nov 01
6
Universal Binary on OS X
...ng that people would not like that big of a build so I built a gem task that uses lipo and generates a i386 and ppc GEM from the universal one. These single arch GEMS are around 5.1MB. With the special split task I wrote this is the process of making a universal, i386 and ppc gem on any mac. rake WXRUBY_RELEASE=true strip -x lib/wxruby2.bundle rake gem WXRUBY_RELEASE=true WXRUBY_VERSION=1.9.3 rake osx_split_gem WXRUBY_RELEASE=true WXRUBY_VERSION=1.9.3 which will result in: wxruby-1.9.3-universal-macosx.gem 9.6MB wxruby-1.9.3-i386-macosx.gem 5.1MB wxruby-1.9.3-ppc-macosx.gem 5.2MB As y...
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
2006 Oct 24
8
tagged 0.0.37; release plans
Hi I just tagged 0.0.37 in Subversion. I also added a note on the Wiki on how to do this, and how to checkout a clean version: http://wxruby.rubyforge.org/wiki/wiki.pl?Release_HowTo For the build, I''m just about to upload a tarball, and will add a powerpc gem once the compiler''s chugged away. Please upload for your platform as you''re ready. I suggest we announce
2006 Aug 22
3
Intriguing developments
Non-debug build of wxRuby allows the tip of the day to be visible on Windows. Also, I get the caret example crashes with page-up on Windows with the ANSI build of wxWindows. I may try the unicode build to see how that works. I''ve been up to my eyeballs working on a release of my company''s software. Once that''s out the door I can hopefully put a few more cycles
2008 Jan 08
28
1.9.3 release, rakefile
...it will now attempt to make a dynamic/shared library if that''s the default configuration found in wx-config. We''re not sure the shared version is working right yet. If building for release, it''s probably worth forcing a static release build with rake WXRUBY_STATIC=1 WXRUBY_RELEASE=1 Sean - what''s your views about which OS X architectures we should offer a gem for: universal and/or separate PPC/Intel? alex