Skip to content
Snippets Groups Projects
Commit 5769ae99 authored by sof's avatar sof
Browse files

[project @ 1999-05-04 08:37:55 by sof]

added a new way (dll) to use when building Prelude DLLs
parent c325ee83
No related merge requests found
...@@ -258,6 +258,10 @@ StripLibraries=NO ...@@ -258,6 +258,10 @@ StripLibraries=NO
# #
GhcReportCompiles=NO GhcReportCompiles=NO
# Win32 only: Enable the RTS and libraries to be built as DLLs
#
EnableWin32DLLs=@EnableWin32DLLs@
################################################################################# #################################################################################
# #
# happy project # happy project
...@@ -622,6 +626,8 @@ HAPPY_VERSION = @HappyVersion@ ...@@ -622,6 +626,8 @@ HAPPY_VERSION = @HappyVersion@
LX = @LxCmd@ LX = @LxCmd@
GREENCARD = $(FPTOOLS_TOP)/green-card/src/green-card GREENCARD = $(FPTOOLS_TOP)/green-card/src/green-card
BLD_DLL = dllwrap
# #
# Stuff from fptools/literate # Stuff from fptools/literate
# #
...@@ -713,6 +719,10 @@ WAY_mp_HC_OPTS=-parallel ...@@ -713,6 +719,10 @@ WAY_mp_HC_OPTS=-parallel
WAY_mg_NAME=GranSim WAY_mg_NAME=GranSim
WAY_mg_HC_OPTS=-gransim WAY_mg_HC_OPTS=-gransim
# Way `dll':
WAY_dll_NAME=Win32 DLLs
WAY_dll_HC_OPTS=
# #
# Add user-way configurations here: # Add user-way configurations here:
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment