* win32/setup.mak (-basic-vars-, -runtime-): suppress trailing

space and compiler command line.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-11-13 23:48:12 +00:00
parent 327adb32e3
commit 261903223a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Sun Nov 14 08:48:06 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/setup.mak (-basic-vars-, -runtime-): suppress trailing
space and compiler command line.
Sun Nov 14 04:22:32 2010 Alexander Zavorine <alexandre.zavorine@nokia.com>
* symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h.

View File

@ -60,7 +60,7 @@ NTVER = $(NTVER)
!endif
<<
!if !defined(BASERUBY)
@for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I >> $(MAKEFILE)
@for %I in (ruby.exe) do @echo BASERUBY = %~s$$PATH:I>> $(MAKEFILE)
!endif
-system-vars-: -runtime- -unicows-
@ -76,7 +76,7 @@ NTVER = $(NTVER)
@echo TARGET_OS = mswin64 >>$(MAKEFILE)
-runtime-: nul
$(CC) -MD <<rtname.c user32.lib -link > nul
@$(CC) -MD <<rtname.c user32.lib -link > nul
#include <windows.h>
#include <memory.h>
#include <string.h>