Browse CVS Repository
Contents of /exerb/exerb/bin/mkexy
Parent Directory
| Revision Log
| Revision Graph
Revision 1.6 -
( show annotations)
( download)
Sat Dec 31 06:44:47 2011 UTC
(12 years, 3 months ago)
by arton
Branch: MAIN
CVS Tags: release540, HEAD
Changes since 1.5: +2 -2 lines
Exerb54 for Ruby 1.8.7-p357
| 1 |
#! C:/home/ruby/bin/ruby.exe |
| 2 |
|
| 3 |
#==============================================================================# |
| 4 |
# $Id: mkexy,v 1.5 2011/04/24 11:18:41 arton Exp $ |
| 5 |
#==============================================================================# |
| 6 |
|
| 7 |
ruby = ARGV.first=~/\.rbw$/ ? "rubyw" : "ruby" |
| 8 |
exec(ruby, *(["-r", "exerb/mkexy"] + ARGV)) |
| 9 |
|
| 10 |
#==============================================================================# |
| 11 |
#==============================================================================# |
|