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 |