Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
fd8b4a3c
Commit
fd8b4a3c
authored
Aug 06, 2007
by
Clemens Fruhwirth
Browse files
Call windres with explicit preprocessor path in case gcc is not in $PATH
parent
dfc4d5e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
mk/suffix.mk
View file @
fd8b4a3c
...
...
@@ -378,7 +378,7 @@ endif
%.$(way_)o
:
%.$(way_)rc
@
$(RM)
$@
windres
$<
$@
windres
--preprocessor
=
"
$(CPP)
-xc -DRC_INVOKED"
$<
$@
#-----------------------------------------------------------------------------
# Preprocessor suffix rule
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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