search for: ruby_cppflags

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

Did you mean: ruby_cflags
2007 Mar 17
0
[884] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Compile flag fixes for Windows/Wx 2.8 (Artur Kuptel)
...I#$WXINC", "-D__WXMSW__", </span><span class="cx"> "-I#$INCTEMP", </span><span class="lines">@@ -71,7 +70,8 @@ </span><span class="cx"> if $debug_build </span><span class="cx"> $ruby_cppflags.gsub!(/-MD/," /MDd"); </span><span class="cx"> $ruby_cppflags.gsub!(/-O[A-Za-z0-9-]*/, "/Od") </span><del>- $ruby_cppflags += " -D_DEBUG -D__WXDEBUG__ -DWXDEBUG=1 " </del><ins>+ $ruby_cppflags += " -Zi -D_DEB...
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
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
...by.exe.manifest'') rake/rakemswin.rb: rubyw_manifest = File.join(Config::CONFIG[''bindir''], ''rubyw.exe.manifest'') rake/rakemingw.rb: File.join(Config::CONFIG[''libdir''], Config::CONFIG[''LIBRUBY'']) rake/rakeconfigure.rb:$ruby_cppflags = Config::CONFIG["CFLAGS"] rake/rakeconfigure.rb: includes = [ Config::CONFIG["rubyhdrdir"], rake/rakeconfigure.rb: Config::CONFIG["sitehdrdir"], rake/rakeconfigure.rb: Config::CONFIG["vendorhdrdir"], rake/rakeconfigure.rb:...
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