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/branches/ruby_1_8@9840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a8f3d9a912
commit
c81b214021
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Tue Jan 17 11:32:46 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/setup.mak (MAKE): workaround for nmake 8.
|
||||
|
||||
Tue Jan 17 11:10:21 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaround
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ alpha-$(OS): -prologue- -alpha- -epilogue-
|
|||
-basic-vars-: nul
|
||||
@type << > $(MAKEFILE)
|
||||
### Makefile for ruby $(OS) ###
|
||||
MAKE = nmake
|
||||
srcdir = $(srcdir:\=/)
|
||||
prefix = $(prefix:\=/)
|
||||
EXTSTATIC = $(EXTSTATIC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue