Displaying 5 results from an estimated 5 matches for "wxlibdir".
Did you mean:
libdir
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)
...> $POSTFIX = $UNICODEPOSTFIX + $DEBUGPOSTFIX
</span><span class="cx">
</span><span class="cx">
</span><ins>+$WXSRC=File.join("#$WXDIR","src","msw")
+$WXINC=File.join("#$WXDIR","include")
+$WXLIBDIR=File.join("#$WXDIR","lib","vc_lib")
+$INCTEMP=File.join("#$WXDIR","lib","vc_lib","msw#{$POSTFIX}")
</ins><span class="cx">
</span><del>-$WXSRC="#$WXDIR/src/msw"
-$WXINC="#$WXDIR/i...
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
...8 23:07:04 UTC (rev 974)
+++ branches/wxruby2/wxwidgets_282/rake/rakemswin.rb        2007-04-28 23:07:38 UTC (rev 975)
</span><span class="lines">@@ -37,23 +37,27 @@
</span><span class="cx"> $WXLIBDIR=File.join("#$WXDIR","lib","vc_lib")
</span><span class="cx"> $INCTEMP=File.join("#$WXDIR","lib","vc_lib","msw#{$POSTFIX}")
</span><span class="cx">
</span><del>-$wx_libs =...
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
...builds with no luck.
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