Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
6baa39f9
Commit
6baa39f9
authored
Oct 10, 2001
by
sof
Browse files
[project @ 2001-10-10 23:18:43 by sof]
Remove HDirect/COM package.
parent
3f1b7ac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/PackageSrc.hs
View file @
6baa39f9
...
...
@@ -406,25 +406,6 @@ package_details installing
extra_ghc_opts
=
[]
,
extra_cc_opts
=
[]
,
extra_ld_opts
=
[]
},
Package
{
name
=
"com"
,
import_dirs
=
if
installing
then
[
"$libdir/imports/com"
]
else
[
"$libdir/hdirect/lib"
],
source_dirs
=
[]
,
library_dirs
=
if
installing
then
[
"$libdir"
]
else
[
"$libdir/hdirect/lib"
],
hs_libraries
=
[
"HScom"
],
extra_libraries
=
[
"user32"
,
"ole32"
,
"oleaut32"
,
"advapi32"
],
include_dirs
=
[]
,
c_includes
=
[]
,
-- ???
package_deps
=
[
"lang"
],
extra_ghc_opts
=
[]
,
extra_cc_opts
=
[]
,
extra_ld_opts
=
[]
}
#
endif
...
...
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