From f4c7e8067c810a723e9e3279d9f5d3d62530f879 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 28 Apr 2000 16:59:53 +0000 Subject: [PATCH] [project @ 2000-04-28 16:59:53 by rrt] Changed HSprel.dll to HSstd.dll, as it should be. --- ghc/lib/std/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 542d536..6c1f5ac 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -87,10 +87,10 @@ PrelGHC.$(way_)hi : PrelGHC.hi-boot boot :: PrelGHC.hi $(foreach way, $(WAYS), PrelGHC.$(way)_hi) -DLL_NAME = HSprel.dll +DLL_NAME = HSstd.dll DLL_DESCRIPTION="GHC-compiled Haskell Prelude" DLL_IMPLIB_NAME = libHSstd_imp.a -SRC_BLD_DLL_OPTS += --export-all --output-def=HSprel.def DllVersionInfo.o +SRC_BLD_DLL_OPTS += --export-all --output-def=HSstd.def DllVersionInfo.o SRC_BLD_DLL_OPTS += -lwinmm -lHSrts_imp -lHSstd_cbits_imp -lgmp -L. -L../../rts/gmp -L../../rts -Lcbits ifeq "$(way)" "dll" -- 1.7.10.4