X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=eefb00dd959ba48da964bdcf2db361dffd06df36;hb=19e299bbfa64f239999c23baa7fe42530a157393;hp=1e2bde0dec0b17c95aaf2e1877e9d3a2d847c1f3;hpb=cfe2fd2a36f43c1f998bb5e7c0cec15480ed3f96;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index 1e2bde0..eefb00d 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -380,6 +380,9 @@ BIN_DIST_PREP_DIR=$(TOP)/bindist-prep BIN_DIST_PREP=$(BIN_DIST_PREP_DIR)/$(BIN_DIST_NAME) BIN_DIST_LIST=$(TOP)/bindist-list +WINDOWS_INSTALLER_BASE = ghc-$(ProjectVersion)-i386-windows +WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext) + # Definition of installation directories, we don't use half of these, but since # the configure script has them on offer while passing through, we might as well # set them. Note that we have to be careful, because the GNU coding standards