From 14b8a5646f84860817d66c694090e00ff31da19d Mon Sep 17 00:00:00 2001 From: Alexandru Jercaianu Date: Wed, 4 Oct 2017 13:52:19 +0300 Subject: [PATCH] removed unexisting idgen.d from win32 makefile --- src/win32.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32.mak b/src/win32.mak index 4bf3e70723f3..48b39135520b 100644 --- a/src/win32.mak +++ b/src/win32.mak @@ -215,7 +215,7 @@ ROOT_SRCS=$(ROOT)/aav.d $(ROOT)/array.d $(ROOT)/ctfloat.d $(ROOT)/file.d \ # D front end SRCS = $D/aggregate.h $D/aliasthis.h $D/arraytypes.h \ $D/attrib.h $D/complex_t.h $D/cond.h $D/ctfe.h $D/ctfe.h $D/declaration.h $D/dsymbol.h \ - $D/enum.h $D/errors.h $D/expression.h $D/globals.h $D/hdrgen.h $D/identifier.h $D/idgen.d \ + $D/enum.h $D/errors.h $D/expression.h $D/globals.h $D/hdrgen.h $D/identifier.h \ $D/import.h $D/init.h $D/intrange.h $D/json.h \ $D/mars.h $D/module.h $D/mtype.h $D/nspace.h $D/objc.h \ $D/scope.h $D/statement.h $D/staticassert.h $D/target.h $D/template.h $D/tokens.h \