Browse CVS Repository
Contents of /exerb/exerb/exerb-mswin32.exr
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
Sat Nov 29 14:44:22 2003 UTC
(20 years, 4 months ago)
by yuya
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
FILE REMOVED
* exerbコマンドのレシピファイルを変更
| 1 |
|
| 2 |
#==============================================================================# |
| 3 |
# $Id: exerb-mswin32.exr,v 1.3 2003/11/22 17:59:53 yuya Exp $ |
| 4 |
#==============================================================================# |
| 5 |
|
| 6 |
set_kcode sjis |
| 7 |
set_out_filepath exerb.exe |
| 8 |
|
| 9 |
add_ruby_script bin/exerb |
| 10 |
|
| 11 |
add_ruby_script exerb/archive.rb lib/exerb/archive.rb |
| 12 |
add_ruby_script exerb/config.rb lib/exerb/config.rb |
| 13 |
add_ruby_script exerb/error.rb lib/exerb/error.rb |
| 14 |
add_ruby_script exerb/executable.rb lib/exerb/executable.rb |
| 15 |
add_ruby_script exerb/exerb.rb lib/exerb/exerb.rb |
| 16 |
add_ruby_script exerb/file_table.rb lib/exerb/file_table.rb |
| 17 |
add_ruby_script exerb/name_table.rb lib/exerb/name_table.rb |
| 18 |
add_ruby_script exerb/plugin_table.rb lib/exerb/plugin_table.rb |
| 19 |
add_ruby_script exerb/recipe.rb lib/exerb/recipe.rb |
| 20 |
add_ruby_script exerb/utility.rb lib/exerb/utility.rb |
| 21 |
add_ruby_script exerb/version.rb lib/exerb/version.rb |
| 22 |
|
| 23 |
add_ruby_script getoptlong.rb c:/cygwin/usr/local/lib/ruby/1.8/getoptlong.rb |
| 24 |
add_ruby_script rbconfig.rb c:/cygwin/usr/local/lib/ruby/1.8/i686-cygwin/rbconfig.rb |
| 25 |
|
| 26 |
#==============================================================================# |
| 27 |
#==============================================================================# |
|