diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-23 14:26:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-23 14:26:21 +0000 |
| commit | a1b9df942620a65374a8231df1521faf22907efe (patch) | |
| tree | e92db2dcba5aacbe6ef07584dae6df5d1f892f74 /wince | |
| parent | 6dae73208d04ec4dc96398ad6550f40c5ad3ad71 (diff) | |
* version.c (ruby_show_copyright): obtain copyright year from
RUBY_RELEASE_YEAR.
* win32/resource.rb: ditto.
* win32/resource.rb: default rubyw icon to ruby.ico, and let DLL also
include them.
* win32/resource.rb: include winver.h for older WindowsCE.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince')
| -rw-r--r-- | wince/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub index b7864d03b..fd5aac5bc 100644 --- a/wince/Makefile.sub +++ b/wince/Makefile.sub @@ -527,7 +527,7 @@ rbconfig.rb: miniruby$(EXEEXT) config.status $(MINIRUBY_WIN) $(srcdir)/wince/mkconfig_wce.rb rbconfig.rb $(RUBY_INSTALL_NAME).rc $(RUBYW_INSTALL_NAME).rc $(RUBY_SO_NAME).rc: rbconfig.rb - $(MINIRUBY_WIN) $(srcdir)/wince/resource.rb \ + $(MINIRUBY_WIN) $(srcdir)/win32/resource.rb \ -ruby_name=$(RUBY_INSTALL_NAME) \ -rubyw_name=$(RUBYW_INSTALL_NAME) \ -so_name=$(RUBY_SO_NAME) \ |
