From 184714eddff9d414f76b9acf1f49fb61aa67bdec Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 14 Mar 2000 01:50:49 +0000 Subject: [PATCH] [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. --- ghc/rts/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 1.7.10.4