Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
And win64
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed May 20, 2017
1 parent b805dc0 commit 2b9a99d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions win64.mak
Expand Up @@ -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 #########################
Expand Down Expand Up @@ -1292,4 +1292,3 @@ clean:
auto-tester-build: target

auto-tester-test: unittest

0 comments on commit 2b9a99d

Please sign in to comment.