mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/setup.mak (MAKE): workaround for nmake 8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6471c4dcf4
commit
dc2732c84f
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Jan 17 11:31:47 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* win32/setup.mak (MAKE): workaround for nmake 8.
|
||||||
|
|
||||||
Tue Jan 17 11:06:19 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Jan 17 11:06:19 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.
|
* win32/Makefile.sub: invoke .bat via shell. workaround for nmake 8.
|
||||||
|
|
|
@ -37,6 +37,7 @@ alpha-$(OS): -prologue- -alpha- -epilogue-
|
||||||
-basic-vars-: nul
|
-basic-vars-: nul
|
||||||
@type << > $(MAKEFILE)
|
@type << > $(MAKEFILE)
|
||||||
### Makefile for ruby $(OS) ###
|
### Makefile for ruby $(OS) ###
|
||||||
|
MAKE = nmake
|
||||||
srcdir = $(srcdir:\=/)
|
srcdir = $(srcdir:\=/)
|
||||||
prefix = $(prefix:\=/)
|
prefix = $(prefix:\=/)
|
||||||
EXTSTATIC = $(EXTSTATIC)
|
EXTSTATIC = $(EXTSTATIC)
|
||||||
|
|
Loading…
Add table
Reference in a new issue