Displaying 2 results from an estimated 2 matches for "dl_ext".
Did you mean:
dl_next
2006 Aug 10
7
Gem and tarball rake tasks
...ngs came up while doing this:
- Package name and version number: what is our upcoming release going to
be called? I''ve called it ''wxruby-1.9.0'' here, b/c it looked a bit ugly
with numbers in the name (wxruby2) and the version. But easy to change,
happy to do this.
- $dl_ext on Linux: I forgot what the file extension for compiled Ruby
extensions on Linux is: ''.so'' or ''.lib''?
- Support for Intel OS X: I had a quick google and can''t see how binary
extensions for Intel OS X are supposed to be distinguished in Rubygems
syste...
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...p;nbsp     2006-10-24 02:40:31 UTC (rev 713)
</span><span class="lines">@@ -55,12 +55,6 @@
</span><span class="cx"> $extra_objs = $extra_objs
</span><span class="cx"> $dl_lib = "wxruby2.#{$dl_ext}"
</span><span class="cx">
</span><del>-#used for :install
-$ruby = "#{Config::CONFIG[''bindir'']}/#{Config::CONFIG[''ruby_install_name'']}"
-$install_prog = "#$ruby -run -e install -- -vpm 0755"
-$install_s...