~ubuntu-branches/ubuntu/quantal/lightning-extension/quantal

« back to all changes in this revision

Viewing changes to mozilla/toolkit/mozapps/installer/windows/nsis/makensis.mk

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-06-20 23:50:32 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120620235032-haecscdskaopvm10
Tags: upstream-1.6~b1+build1
ImportĀ upstreamĀ versionĀ 1.6~b1+build1

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        $(NSINSTALL) -D $(DIST)/bin/
108
108
        cp $(CONFIG_DIR)/maintenanceservice_installer.exe $(DIST)/bin
109
109
endif
 
110
 
 
111
ifdef MOZ_WEBAPP_RUNTIME
 
112
webapp_uninstaller::
 
113
        $(INSTALL) $(addprefix $(MOZILLA_DIR)/toolkit/mozapps/installer/windows/nsis/,$(TOOLKIT_NSIS_FILES)) $(CONFIG_DIR)
 
114
        $(INSTALL) $(addprefix $(MOZILLA_DIR)/other-licenses/nsis/Plugins/,$(CUSTOM_NSIS_PLUGINS)) $(CONFIG_DIR)
 
115
        cd $(CONFIG_DIR) && $(MAKENSISU) webapp-uninstaller.nsi
 
116
        $(NSINSTALL) -D $(FINAL_TARGET)
 
117
        cp $(CONFIG_DIR)/webapp-uninstaller.exe $(FINAL_TARGET)
 
118
endif