From: josefs Date: Wed, 17 Nov 2004 18:31:08 +0000 (+0000) Subject: [project @ 2004-11-17 18:31:08 by josefs] X-Git-Tag: Initial_conversion_from_CVS_complete~1420 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=fa9a03c15ad5ba9f05b90026031933da10a08fd8 [project @ 2004-11-17 18:31:08 by josefs] Needed to include a header file in Compat/Directory on windows --- diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index f7b8ea9..e6bf14a 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -39,6 +39,10 @@ SRC_HC_OPTS += -I$(FPTOOLS_TOP)/libraries SRC_HC_OPTS += -fglasgow-exts +ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" +Compat/Directory_HC_OPTS += -\#include shlobj.h +endif + # libghccompat is needed to build ghc-pkg, which is built during 'make boot', # so we must build this library during 'make boot' too. # Do a recursive 'make all' after generating dependencies, because this