Displaying 5 results from an estimated 5 matches for "debugpostfix".
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)
...WXWIN'']
</span><del>-$WXVERSION = ''26''
</del><ins>+$WXVERSION = ''28''
</ins><span class="cx">
</span><span class="cx"> if $debug_build
</span><span class="cx"> $DEBUGPOSTFIX=''d''
</span><span class="lines">@@ -32,29 +32,28 @@
</span><span class="cx"> $POSTFIX = $UNICODEPOSTFIX + $DEBUGPOSTFIX
</span><span class="cx">
</span><span class="cx">
</span><ins&g...
2007 Apr 28
0
[975] branches/wxruby2/wxwidgets_282/rake/rakemswin.rb: Correct spacing for link command; remove odbc and db_table which aren''t
..."#$WXLIBDIR","wxmsw28#{$POSTFIX}_html.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_media.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxmsw28#{$POSTFIX}_xrc.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxexpat#{$DEBUGPOSTFIX}.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxjpeg#{$DEBUGPOSTFIX}.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxpng#{$DEBUGPOSTFIX}.lib")
-$wx_libs += File.join("#$WXLIBDIR","wxregex#{$POSTFIX}.lib")
-$wx_libs += File.join("#$WXL...
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
2004 Jul 12
28
Windows compilation problems
...ck.
I am using:
wxWidgets2.4.2
Ruby 1.8.1-13 from http://rubyforge.org/projects/rubyinstaller/
wxRuby 0.4.0
MS Visual C++ .Net (7.0)
Also to get the makefile to include the xrc lib I needed to add these 3
lines to extconf.rb:
if ($use_xrc == true)
$libs += " #$WXLIBDIR/wxxrc#{$DEBUGPOSTFIX}.lib"
end
I put these lines right above $objs.push("wx.res") on line 88
Thanks for the continued help
Sean Long