Changeset 31111
- Timestamp:
- 03/12/09 21:57:26 (4 years ago)
- Files:
-
- 1 modified
-
lang/ruby/aqtk-ruby/trunk/aqtk/ext/extconf.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/aqtk-ruby/trunk/aqtk/ext/extconf.rb
r31098 r31111 3 3 4 4 gem_bin = File.expand_path(File.dirname(__FILE__) + '/../bin') 5 ruby_bin = File.expand_path(File.dirname(ENV["_"])) 5 ruby_bin = nil 6 7 if ENV['_'] 8 ruby_bin = File.expand_path(File.dirname()) 9 elsif File.exist?('/WINDOWS') 10 ruby_bin = '/WINDOWS' 11 elsif File.exist?('/WINNT') 12 ruby_bin = '/WINDOWS' 13 end 14 15 exit unless ruby_bin 6 16 7 17 %w(AquesTalk.dll AquesTalkDa.dll).each do |dll|
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)