Skip to content

Commit

Permalink
fix zip generation again
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Sep 1, 2015
1 parent 638488e commit e174b36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/win32.mak
Expand Up @@ -181,7 +181,7 @@ SRCS = aggregate.h aliasthis.h arraytypes.h \
import.h init.h intrange.h json.h lexer.h lib.h macro.h \
mars.h module.h mtype.h nspace.h objc.h parse.h \
scope.h statement.h staticassert.h target.h template.h tokens.h utf.h \
version.h visitor.h $(DMD_SRCS)
version.h visitor.h objc.d $(DMD_SRCS)

# Glue layer
GLUESRC= glue.c msc.c s2ir.c todt.c e2ir.c tocsym.c \
Expand Down Expand Up @@ -225,7 +225,7 @@ ROOTSRCD=$(ROOT)\rmem.d $(ROOT)\stringtable.d $(ROOT)\man.d $(ROOT)\port.d \
$(ROOT)\file.d $(ROOT)\array.d
ROOTSRC= $(ROOT)\root.h $(ROOT)\stringtable.h $(ROOT)\speller.h $(ROOT)\aav.h \
$(ROOT)\longdouble.h $(ROOT)\outbuffer.h $(ROOT)\object.h \
$(ROOT)\filename.h $(ROOT)\file.h $(ROOT)\array.h $(ROOTSRCC) \
$(ROOT)\filename.h $(ROOT)\file.h $(ROOT)\array.h $(ROOT)\rmem.h $(ROOTSRCC) \
$(ROOTSRCD)
# Removed garbage collector bits (look in history)
# $(ROOT)\gc\bits.c $(ROOT)\gc\gc.c $(ROOT)\gc\gc.h $(ROOT)\gc\mscbitops.h \
Expand Down

0 comments on commit e174b36

Please sign in to comment.