From 5769ae999ab39c701902c1f6e3850104c7475dd4 Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Tue, 4 May 1999 08:37:55 +0000 Subject: [PATCH] [project @ 1999-05-04 08:37:55 by sof] added a new way (dll) to use when building Prelude DLLs --- mk/config.mk.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mk/config.mk.in b/mk/config.mk.in index d7afd88a6ab1..2b670cc95ac8 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -258,6 +258,10 @@ StripLibraries=NO # GhcReportCompiles=NO +# Win32 only: Enable the RTS and libraries to be built as DLLs +# +EnableWin32DLLs=@EnableWin32DLLs@ + ################################################################################# # # happy project @@ -622,6 +626,8 @@ HAPPY_VERSION = @HappyVersion@ LX = @LxCmd@ GREENCARD = $(FPTOOLS_TOP)/green-card/src/green-card +BLD_DLL = dllwrap + # # Stuff from fptools/literate # @@ -713,6 +719,10 @@ WAY_mp_HC_OPTS=-parallel WAY_mg_NAME=GranSim WAY_mg_HC_OPTS=-gransim +# Way `dll': +WAY_dll_NAME=Win32 DLLs +WAY_dll_HC_OPTS= + # # Add user-way configurations here: # -- GitLab