* 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:
parent
327adb32e3
commit
261903223a
@ -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>
|
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.
|
* symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h.
|
||||||
|
@ -60,7 +60,7 @@ NTVER = $(NTVER)
|
|||||||
!endif
|
!endif
|
||||||
<<
|
<<
|
||||||
!if !defined(BASERUBY)
|
!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
|
!endif
|
||||||
|
|
||||||
-system-vars-: -runtime- -unicows-
|
-system-vars-: -runtime- -unicows-
|
||||||
@ -76,7 +76,7 @@ NTVER = $(NTVER)
|
|||||||
@echo TARGET_OS = mswin64 >>$(MAKEFILE)
|
@echo TARGET_OS = mswin64 >>$(MAKEFILE)
|
||||||
|
|
||||||
-runtime-: nul
|
-runtime-: nul
|
||||||
$(CC) -MD <<rtname.c user32.lib -link > nul
|
@$(CC) -MD <<rtname.c user32.lib -link > nul
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user