Followup comm-central bustage fix for Bug 569058 - backout makensis.mk changes until comm-central's configure.in is updated

This commit is contained in:
Robert Strong 2010-06-09 18:23:40 -07:00
Родитель 2ed7d1345b
Коммит 13f1b0c161
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -69,10 +69,10 @@ $(CONFIG_DIR)/setup.exe::
done
$(INSTALL) $(addprefix $(MOZILLA_DIR)/other-licenses/nsis/Plugins/,$(CUSTOM_NSIS_PLUGINS)) $(CONFIG_DIR)
$(INSTALL) $(MOZILLA_DIR)/toolkit/mozapps/installer/windows/nsis/setup.ico $(CONFIG_DIR)
cd $(CONFIG_DIR) && $(MAKENSISU) installer.nsi
cd $(CONFIG_DIR) && makensisu.exe installer.nsi
# Support for building the uninstaller when repackaging locales
ifeq ($(CONFIG_DIR),l10ngen)
cd $(CONFIG_DIR) && $(MAKENSISU) uninstaller.nsi
cd $(CONFIG_DIR) && makensisu.exe uninstaller.nsi
endif
$(CONFIG_DIR)/7zSD.sfx:
@ -95,6 +95,6 @@ uninstaller::
done
$(INSTALL) $(addprefix $(MOZILLA_DIR)/other-licenses/nsis/Plugins/,$(CUSTOM_NSIS_PLUGINS)) $(CONFIG_DIR)
$(INSTALL) $(MOZILLA_DIR)/toolkit/mozapps/installer/windows/nsis/setup.ico $(CONFIG_DIR)
cd $(CONFIG_DIR) && $(MAKENSISU) uninstaller.nsi
cd $(CONFIG_DIR) && makensisu.exe uninstaller.nsi
$(NSINSTALL) -D $(DIST)/bin/uninstall
cp $(CONFIG_DIR)/helper.exe $(DIST)/bin/uninstall