diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-04-20 13:00:21 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-04-20 13:11:18 +0100 |
commit | 9e4e2c24d1895ae81c92e4432b91026505827c96 (patch) | |
tree | 147944b1cb75a47c9babd44944c83a2809d5a9b9 /mk | |
parent | db14f97eb063642d4e7104fef1fa322f7b00c8bc (diff) | |
download | haskell-9e4e2c24d1895ae81c92e4432b91026505827c96.tar.gz |
Remove the Windows installer
We now leave making installers to the Haskell Platform.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 57abc3afd5..ca7f521dfb 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -385,9 +385,6 @@ BIN_DIST_PREP_TAR_BZ2 = $(BIN_DIST_PREP_TAR).bz2 BIN_DIST_TAR_BZ2 = $(BIN_DIST_NAME)-$(TARGETPLATFORM).tar.bz2 BIN_DIST_LIST = bindist-list -WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-$(TargetArch_CPP)-windows -WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext) - # ----------------------------------------------------------------------------- # Utilities programs: flags @@ -686,10 +683,6 @@ HSCOLOUR_CMD = @HSCOLOUR@ TIME_CMD = @TimeCmd@ -# Set this if you want to use Inno Setup to build a Windows installer -# when you make a bindist -ISCC_CMD = - #----------------------------------------------------------------------------- # DocBook XML stuff |