From: sof Date: Sun, 12 Sep 1999 16:30:34 +0000 (+0000) Subject: [project @ 1999-09-12 16:30:34 by sof] X-Git-Tag: Approximately_9120_patches~5824 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2abf19114db9a6e20db2138112d2e03c28485788;p=ghc-hetmet.git [project @ 1999-09-12 16:30:34 by sof] DLL install support --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 02da0a6..e05657a 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -107,6 +107,11 @@ override datadir:=$(libdir)/imports/std # Files to install from here # INSTALL_LIBS += $(LIBRARY) +ifeq "$(EnableWin32DLLs)" "YES" +INSTALL_PROGS += $(DLL_NAME) +INSTALL_LIBS += $(patsubst %.a, %_imp.a, $(LIBRARY)) PrelMain.o +INSTALL_DATAS += dLL_ifs.hi +endif INSTALL_DATAS += $(HS_IFACES) include $(TOP)/mk/target.mk