Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fa9a03c1
Commit
fa9a03c1
authored
Nov 17, 2004
by
josefs
Browse files
[project @ 2004-11-17 18:31:08 by josefs]
Needed to include a header file in Compat/Directory on windows
parent
0d52a0a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/compat/Makefile
View file @
fa9a03c1
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment