[project @ 1999-05-04 08:37:55 by sof]
[ghc-hetmet.git] / mk / config.mk.in
index 117ed5d..2b670cc 100644 (file)
@@ -256,7 +256,11 @@ StripLibraries=NO
 # Include compiler support for letting the compiler (optionally) report
 # your compilation to a central server for generation of fun stats.
 #
-GhcReportCompiles=YES
+GhcReportCompiles=NO
+
+# Win32 only: Enable the RTS and libraries to be built as DLLs
+#
+EnableWin32DLLs=@EnableWin32DLLs@
 
 #################################################################################
 #
@@ -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:
 #