Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: WixInstaller/Makefile

Issue 10879048: Use minor upgrade mechanism for updates, set installer versionautomatically (Closed)
Patch Set: Added default version Created June 12, 2013, 9:37 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: WixInstaller/Makefile
===================================================================
--- a/WixInstaller/Makefile
+++ b/WixInstaller/Makefile
@@ -10,20 +10,17 @@
#----------------------------------
.SUFFIXES: .msi .wixobj .wxs
Build_Dir_common = ..\build\ #
Build_Dir_ia32 = ..\build\ia32\ # comment prevents newline
Build_Dir_x64 = ..\build\x64\ #
Configuration = Release Test
-
-!ifndef VERSION
-!error VERSION parameter is required
-!endif
+VERSION = 99.9
#---------------------
# Default Targets
#
# We change the default rule depending upon the ARCH (architecture) definition.
#---------------------
Installer_ia32 = $(Build_Dir_ia32)adblockplusie-$(VERSION)-en-us-ia32.msi
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld