| 1 |
|
| 2 |
#==============================================================================# |
| 3 |
# $Id: exerb-win32.exy,v 1.3 2004/03/26 10:26:08 yuya Exp $ |
| 4 |
#==============================================================================# |
| 5 |
|
| 6 |
general: |
| 7 |
startup: exerb-win32.rb |
| 8 |
core: guirt |
| 9 |
kcode: none |
| 10 |
|
| 11 |
path: |
| 12 |
- lib |
| 13 |
- c:/cygwin/usr/local/lib/ruby/1.8 |
| 14 |
- c:/cygwin/usr/local/lib/ruby/1.8/i386-mswin32 |
| 15 |
|
| 16 |
file: |
| 17 |
exerb-win32.rb: |
| 18 |
file: src/exerb-win32/exerb-win32.rb |
| 19 |
|
| 20 |
exerb/archive.rb: |
| 21 |
exerb/config.rb: |
| 22 |
exerb/error.rb: |
| 23 |
exerb/executable.rb: |
| 24 |
exerb/file_table.rb: |
| 25 |
exerb/mkexr.rb: |
| 26 |
exerb/name_table.rb: |
| 27 |
exerb/plugin_table.rb: |
| 28 |
exerb/recipe.rb: |
| 29 |
exerb/resource.rb: |
| 30 |
exerb/resource_library.rb: |
| 31 |
exerb/utility.rb: |
| 32 |
exerb/version.rb: |
| 33 |
exerb/resource/base.rb: |
| 34 |
exerb/resource/binary.rb: |
| 35 |
exerb/resource/dialog.rb: |
| 36 |
exerb/resource/group_icon.rb: |
| 37 |
exerb/resource/icon.rb: |
| 38 |
exerb/resource/version_info.rb: |
| 39 |
exerb/win32/icon_file.rb: |
| 40 |
exerb/win32/pe_file.rb: |
| 41 |
exerb/win32/resource_directory.rb: |
| 42 |
exerb/win32/resource_directory_root.rb: |
| 43 |
exerb/win32/resource_entry.rb: |
| 44 |
exerb/win32/const/resource.rb: |
| 45 |
exerb/win32/struct/base.rb: |
| 46 |
exerb/win32/struct/icon_dir_entry.rb: |
| 47 |
exerb/win32/struct/icon_header.rb: |
| 48 |
exerb/win32/struct/icon_res_entry.rb: |
| 49 |
exerb/win32/struct/image_dos_header.rb: |
| 50 |
exerb/win32/struct/image_file_header.rb: |
| 51 |
exerb/win32/struct/image_nt_headers32.rb: |
| 52 |
exerb/win32/struct/image_optional_header32.rb: |
| 53 |
exerb/win32/struct/image_resource_data_entry.rb: |
| 54 |
exerb/win32/struct/image_resource_directory.rb: |
| 55 |
exerb/win32/struct/image_resource_directory_entry.rb: |
| 56 |
exerb/win32/struct/image_section_header.rb: |
| 57 |
exerb/win32/struct/version_info_block.rb: |
| 58 |
exerb/win32/struct/vs_fixed_file_info.rb: |
| 59 |
|
| 60 |
rbconfig.rb: |
| 61 |
pstore.rb: |
| 62 |
ftools.rb: |
| 63 |
|
| 64 |
etklib.so: |
| 65 |
type: extension-library |
| 66 |
stringio.so: |
| 67 |
type: extension-library |
| 68 |
digest.so: |
| 69 |
type: extension-library |
| 70 |
digest/md5.so: |
| 71 |
type: extension-library |
| 72 |
|
| 73 |
#==============================================================================# |
| 74 |
#==============================================================================# |