Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
1de54f0c
Commit
1de54f0c
authored
Feb 14, 2001
by
rrt
Browse files
[project @ 2001-02-14 12:41:15 by rrt]
Add winmm to libraries for RTS under Windows, where it's now used for threadDelay.
parent
4dcb9dfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/PackageSrc.hs
View file @
1de54f0c
...
...
@@ -46,7 +46,11 @@ package_details installing =
then
[
clibdir
]
else
[
ghc_src_dir
cGHC_RUNTIME_DIR
],
hs_libraries
=
[
"HSrts"
],
#
ifndef
mingw32_TARGET_OS
extra_libraries
=
[]
,
#
else
extra_libraries
=
[
"-lwinmm"
],
-- for the threadDelay timer
#
endif
include_dirs
=
if
installing
then
[
clibdir
++
"/includes"
]
else
[
ghc_src_dir
cGHC_INCLUDE_DIR
],
...
...
Write
Preview
Supports
Markdown
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