Changeset 298
- Timestamp:
- 12/19/06 17:36:33 (2 years ago)
- Files:
-
- version_0/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
version_0/Rakefile
r294 r298 52 52 # To build a binary gem for unix platforms, first build rubyeventmachine.so 53 53 # using gcc outside of the build tree (the normal way: ruby extconf.rb, 54 # and then nmake). Then copy rubyeventmachine.so into the lib directory,54 # and then make). Then copy rubyeventmachine.so into the lib directory, 55 55 # and run rake gembinary. 56 56 specbinary = eval(File.read("eventmachine-binary.gemspec"))
