Index: WixInstaller/Makefile |
=================================================================== |
--- a/WixInstaller/Makefile |
+++ b/WixInstaller/Makefile |
@@ -9,18 +9,24 @@ |
# If an architecture is specified, the default target is constrained to it. |
#---------------------------------- |
.SUFFIXES: .msi .wixobj .wxs |
Build_Dir_common = ..\build\ # |
Build_Dir_ia32 = ..\build\ia32\ # comment prevents newline |
Build_Dir_x64 = ..\build\x64\ # |
+ |
+!ifndef Configuration |
Configuration = Release Test |
+!endif |
+ |
+!ifndef VERSION |
VERSION = 99.9 |
+!endif |
#--------------------- |
# Default Targets |
# |
# We change the default rule depending upon the ARCH (architecture) definition. |
#--------------------- |
Installer_ia32 = $(Build_Dir_ia32)adblockplusie-$(VERSION)-en-us-ia32.msi |