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

Commit

Permalink
Win64 doesn't use minit.obj
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 10, 2012
1 parent 09979d2 commit d64555f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win64.mak
Expand Up @@ -368,7 +368,7 @@ SRCS= \
# NOTE: a pre-compiled minit.obj has been provided in dmd for Win32 and
# minit.asm is not used by dmd for Linux

OBJS= errno_c.obj complex.obj src\rt\minit.obj monitor.obj critical.obj
OBJS= errno_c.obj complex.obj monitor.obj critical.obj
OBJS_TO_DELETE= errno_c.obj complex.obj monitor.obj critical.obj

DOCS=\
Expand Down

0 comments on commit d64555f

Please sign in to comment.