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
obsidiansystems
GHC
Commits
6199e336
Commit
6199e336
authored
May 11, 2000
by
rrt
Browse files
[project @ 2000-05-11 11:05:32 by rrt]
Fix installing for DLLized Windows build.
parent
a4017b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Makefile
View file @
6199e336
...
...
@@ -134,10 +134,15 @@ override datadir:=$(libdir)/imports/std
# Files to install from here
#
INSTALL_LIBS
+=
$(LIBRARY)
ifeq
"$(
EnableWin32DLLs
)" "
YES
"
ifeq
"$(
way
)" "
dll
"
INSTALL_PROGS
+=
$(DLL_NAME)
INSTALL_LIBS
+=
$(
patsubst
%.a, %_imp.a,
$(LIBRARY)
)
PrelMain.dll_o
INSTALL_LIBS
+=
$(
patsubst
%.a,
$(LIBRARY)
)
PrelMain.dll_o
else
INSTALL_LIBS
+=
$(
patsubst
%_imp.a,
$(LIBRARY)
)
endif
INSTALL_DATAS
+=
$(HS_IFACES)
PrelGHC.
$(way_)
hi
ifeq
"$(way)" "dll"
INSTALL_DATAS
:=
$(
filter-out
PrelHugs.
$(way_)
hi,
$(INSTALL_DATAS)
)
endif
include
$(TOP)/mk/target.mk
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