From: sof Date: Tue, 14 Mar 2000 01:50:49 +0000 (+0000) Subject: [project @ 2000-03-14 01:50:49 by sof] X-Git-Tag: Approximately_9120_patches~4993 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=184714eddff9d414f76b9acf1f49fb61aa67bdec;hp=cfab6b90ceae929552f3da817786b27a1ebc946e;p=ghc-hetmet.git [project @ 2000-03-14 01:50:49 by sof] Don't be selective about what's exported from the RTS DLL any more, as it requires sync'ing HSrts.def whenever the RTS offerings change. --- diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 276120a..5c014a2 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.19 2000/03/14 01:31:38 sof Exp $ +# $Id: Makefile,v 1.20 2000/03/14 01:50:49 sof Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -97,7 +97,7 @@ unexport CC DLL_NAME = HSrts.dll ifeq "$(way)" "dll" DLL_IMPLIB_NAME = libHSrts_imp.a -SRC_BLD_DLL_OPTS += --def HSrts.def -lwinmm -lHS_imp_stub -lgmp -L. -Lgmp +SRC_BLD_DLL_OPTS += --export-all -lwinmm -lHS_imp_stub -lgmp -L. -Lgmp # # Need an import library containing the symbols the RTS uses from the Prelude.