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
1a9d0bbe
Commit
1a9d0bbe
authored
Oct 01, 2001
by
rrt
Browse files
[project @ 2001-10-01 13:38:50 by rrt]
Reflect reality ever-so-slightly better.
parent
e813cb94
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/lib/std/Makefile
View file @
1a9d0bbe
...
...
@@ -154,7 +154,6 @@ INSTALL_DATAS += PrelGHC.$(way_)hi
#-----------------------------------------------------------------------------
# ILX stuff. PLEASE IGNORE THIS UNLESS YOU'RE WORKING ON GHC.NET
ilxstd
:
$(MAKE)
way
=
i std.dll std.i_vlb
# $(MAKE) way=ilx-Onot-mono std.ilx-Onot.mono.dll std.ilx-Onot.mono.vlb
...
...
@@ -181,12 +180,12 @@ ilxcheck:
ifeq
"$(ILXized)" "YES"
SRC_HC_OPTS
+=
-optI--assembly-name
-optIstd
.
$(way_)
o
-optI--module
-DILX
SRC_HC_OPTS
+=
-optI--assembly-name
-optIstd
.
$(way_)
o
-optI--module
-DILX
-keep-il-file
HS_ILX
+=
PrelGHC.
$(way_)
o
PrelGHC.
$(way_)o
:
PrelGHC.ilx.real
sed
-e
"s/'PrelBase.dll'/'PrelBase.
$(way_)
o'/g"
$<
>
$@
.tmp
$(ILX2IL)
--module
--assembly-name
std.
$(way_)
o
-o
$@
.il
$@
.tmp
PrelGHC.
il
:
PrelGHC.ilx.real
#
sed -e "s/'PrelBase.dll'/'PrelBase.$(way_)o'/g" $< > $@.tmp
$(ILX2IL)
--module
--assembly-name
std.
dll
-o
$@
$<
$(ILASM)
/QUIET
/DLL
/
OUT
=
$@
$@
.il
# mv $@.tmp $@
...
...
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