search for: wx_config

Displaying 2 results from an estimated 2 matches for "wx_config".

Did you mean: ex_config
2006 Aug 14
6
Patches to rake files
rakewx.rb: - Added a $debug_build variable so when we do eventually we can also release non debug builds. I did not make this a constant on purpose so in the package tasks we can change it to false if we want to always make non debug builds by default. - Changed wx_config to use the $debug_build variable rakemswin.rb: - Updated the copyright year. - removed the $DEBUG const and make use of $debug_build instead. rakemacosx.rb: - Updated the copyright year. - Removed $wx_version = "2.6.1" because it is set in use_wx_config above. - Removed commented out co...
2004 Apr 22
13
Rake and VC++ 6
Has anybody tried the new wxruby-swig from the msvc++ command line compiler using ''rake''? The rakefile seems to depend on the wx_config method, which doesn''t exist for msw because it doesn''t have BASH to execute the shell script. Has anyone hacked the rakefile to fix this? Nick