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
d9dc5b44
Commit
d9dc5b44
authored
Jul 14, 2007
by
Ian Lynagh
Browse files
Fix putting hsicon.ico into the Windows installer; fixes
#1515
It was done in a bit of the Makefile that was if'ed out for Windows.
parent
84d072ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
d9dc5b44
...
...
@@ -225,6 +225,10 @@ binary-dist::
binary-dist
::
cd
$(BIN_DIST_DIR)
&&
../distrib/prep-bin-dist-mingw
binary-dist
::
$(MKDIRHIER)
$(BIN_DIST_DIR)
/icons
cp
distrib/hsicon.ico
$(BIN_DIST_DIR)
/icons
else
BinDistDirs
=
includes compiler docs rts
...
...
@@ -293,12 +297,6 @@ binary-dist::
$(MV)
$(BIN_DIST_DIR)
/configure-bin.ac
$(BIN_DIST_DIR)
/configure.ac
(
cd
$(BIN_DIST_DIR)
;
autoreconf
)
ifeq
"$(TARGETPLATFORM)" "i386-unknown-mingw32"
binary-dist
::
$(MKDIRHIER)
$(BIN_DIST_DIR)
/icons
cp
distrib/hsicon.ico
$(BIN_DIST_DIR)
/icons
endif
#
# binary dist'ing the documentation.
# The default documentation to build/install is given below; overrideable
...
...
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