mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub: fixes build failures on win32.
fixed by usa. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa9e93f93e
commit
1662bee468
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue May 12 14:35:29 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* win32/Makefile.sub: fixes build failures on win32.
|
||||
fixed by usa.
|
||||
|
||||
Tue May 12 13:43:35 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
|
||||
|
||||
* win32/Makefile.sub: fixes a mistake in merging r22822.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "1.9.1"
|
||||
#define RUBY_RELEASE_DATE "2009-05-12"
|
||||
#define RUBY_PATCHLEVEL 128
|
||||
#define RUBY_PATCHLEVEL 129
|
||||
|
||||
#define RUBY_VERSION_MAJOR 1
|
||||
#define RUBY_VERSION_MINOR 9
|
||||
|
|
|
@ -809,15 +809,20 @@ ext/extinit.obj: ext/extinit.c $(SETUP)
|
|||
$(INSNS):
|
||||
@$(RM) $(PROGRAM)
|
||||
-$(BASERUBY) -Ks $(srcdir)/tool/insns2vm.rb $(INSNS2VMOPT) $@
|
||||
if not exist $@ copy $(srcdir:/=\)\$(@F) $@
|
||||
|
||||
node_name.inc:
|
||||
-$(BASERUBY) -n $(srcdir)/tool/node_name.rb $? > $@
|
||||
if not exist $@ copy $(srcdir:/=\)\$(@F) $@
|
||||
|
||||
known_errors.inc:
|
||||
-$(BASERUBY) $(srcdir)/tool/generic_erb.rb -c -o $@ $(srcdir)/template/known_errors.inc.tmpl $(srcdir)/defs/known_errors.def
|
||||
if not exist $@ copy $(srcdir:/=\)\$(@F) $@
|
||||
|
||||
miniprelude.c:
|
||||
-$(BASERUBY) -I$(srcdir) $(srcdir)/tool/compile_prelude.rb $(srcdir)/prelude.rb $@
|
||||
if not exist $@ copy $(srcdir:/=\)\$(@F) $@
|
||||
|
||||
newline.c:
|
||||
-$(BASERUBY) "$(srcdir)/tool/transcode-tblgen.rb" -vo newline.c $(srcdir)/enc/trans/newline.trans
|
||||
if not exist $@ copy $(srcdir:/=\)\$(@F) $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue