X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FMakefile;h=89e031afda7f279e6be98cd2fc63593554ed7c35;hb=5552a779a176395310d370651b995eae6578f69c;hp=17967e6011b8e16beaaee69a3f0323b3f053ca7e;hpb=3c9488f6ff061a46d72149b0961ceba416964255;p=ghc-hetmet.git diff --git a/ghc/rts/Makefile b/ghc/rts/Makefile index 17967e6..89e031a 100644 --- a/ghc/rts/Makefile +++ b/ghc/rts/Makefile @@ -1,5 +1,5 @@ #----------------------------------------------------------------------------- -# $Id: Makefile,v 1.27 2000/06/19 12:09:22 simonmar Exp $ +# $Id: Makefile,v 1.28 2000/06/23 14:01:09 rrt Exp $ # # This is the Makefile for the runtime-system stuff. # This stuff is written in C (and cannot be written in Haskell). @@ -98,7 +98,9 @@ unexport CC DLL_NAME = HSrts.dll ifeq "$(way)" "dll" DLL_IMPLIB_NAME = libHSrts_imp.a -SRC_BLD_DLL_OPTS += --export-all -lwinmm -lHS_imp_stub -lgmp -L. -Lgmp + +SRC_BLD_DLL_OPTS += --output-def=HSrts.def --export-all -lwinmm \ + -lHS_imp_stub -lgmp -L. -Lgmp # # Need an import library containing the symbols the RTS uses from the Prelude.