From 2b9a99d3456d156f729fe88e00d24f3cef43a003 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Sat, 20 May 2017 19:11:11 +0200 Subject: [PATCH] And win64 --- win64.mak | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/win64.mak b/win64.mak index a025b06f06b..b7b56f81847 100644 --- a/win64.mak +++ b/win64.mak @@ -1254,11 +1254,11 @@ $(GCSTUB) : src\gcstub\gc.d win64.mak ################### Library generation ######################### $(DRUNTIME): $(OBJS) $(SRCS) win64.mak - $(DMD) -lib -of$(DRUNTIME) -Xfdruntime.json $(DFLAGS) $(SRCS) $(OBJS) + *$(DMD) -lib -of$(DRUNTIME) -Xfdruntime.json $(DFLAGS) $(SRCS) $(OBJS) # due to -conf= on the command line, LINKCMD and LIB need to be set in the environment unittest : $(SRCS) $(DRUNTIME) - $(DMD) $(UDFLAGS) -version=druntime_unittest -unittest -ofunittest.exe -main $(SRCS) $(DRUNTIME) -debuglib=$(DRUNTIME) -defaultlib=$(DRUNTIME) user32.lib + *$(DMD) $(UDFLAGS) -version=druntime_unittest -unittest -ofunittest.exe -main $(SRCS) $(DRUNTIME) -debuglib=$(DRUNTIME) -defaultlib=$(DRUNTIME) user32.lib unittest ################### Win32 COFF support ######################### @@ -1292,4 +1292,3 @@ clean: auto-tester-build: target auto-tester-test: unittest -