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
jberryman
GHC
Commits
dc8ebfaa
Commit
dc8ebfaa
authored
Oct 29, 1999
by
sof
Browse files
[project @ 1999-10-29 13:53:37 by sof]
Support for baking version info into the gen'ed Prelude DLL
parent
9e1ae303
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Makefile
View file @
dc8ebfaa
...
...
@@ -84,18 +84,20 @@ PrelGHC.$(way_)hi : PrelGHC.hi-boot
boot
::
PrelGHC.hi $(foreach way
,
$(WAYS)
,
PrelGHC.$(way)_hi)
DLL_NAME
=
HSprel.dll
DLL_DESCRIPTION
=
"GHC-compiled Haskell Prelude"
DLL_IMPLIB_NAME
=
libHS_imp.a
SRC_BLD_DLL_OPTS
+=
--export-all
--output-def
=
HSprel.def
SRC_BLD_DLL_OPTS
+=
--export-all
--output-def
=
HSprel.def
DllVersionInfo.o
SRC_BLD_DLL_OPTS
+=
-lwinmm
-lHSrts_imp
-lHScbits_imp
-lgmp
-L
.
-L
../../rts/gmp
-L
../../rts
-Lcbits
ifeq
"$(way)" "dll"
HS_SRCS
:=
$(
filter-out
PrelMain.lhs,
$(HS_SRCS)
)
endif
# PrelMain.dll_o isn't to be included in the final .a
# PrelMain.dll_o isn't to be included in the final .a,
# but it needs to be generated
ifeq
"$(way)" "dll"
all
::
PrelMain.dll_o
all
::
PrelMain.dll_o DllVersionInfo.o
endif
#
...
...
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