summaryrefslogtreecommitdiff
path: root/tools/installer_ng/compile.bat
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-09-07 11:24:09 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-09-07 11:24:09 +0000
commit93bd92b6468356ea844cb1a3d7bb257b71c8c6bf (patch)
tree766a1d1bdeaa6cbe559fd82cdd95d6869b1564b7 /tools/installer_ng/compile.bat
parenta21b660494bb9681db048957cd278a4ef2bd06cd (diff)
Installer: fully automatic, no need to install any tools
git-svn-id: http://svn.miranda-ng.org/main/trunk@5992 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools/installer_ng/compile.bat')
-rw-r--r--tools/installer_ng/compile.bat13
1 files changed, 4 insertions, 9 deletions
diff --git a/tools/installer_ng/compile.bat b/tools/installer_ng/compile.bat
index 5570d018d8..d964d05f50 100644
--- a/tools/installer_ng/compile.bat
+++ b/tools/installer_ng/compile.bat
@@ -17,8 +17,8 @@ popd
rem end
rem Set compiler variables
-set Compile32=Inno Setup 5\ISCC.exe" /Dptx86 /DAppVer=%MirVer% /O"Output" "InnoNG_32\MirandaNG.iss"
-set Compile64=Inno Setup 5\ISCC.exe" /DAppVer=%MirVer% /O"Output" "InnoNG_64\MirandaNG.iss"
+set Compile32=Tools\InnoSetup5\ISCC.exe /Dptx86 /DAppVer=%MirVer% /O"Output" "InnoNG_32\MirandaNG.iss"
+set Compile64=Tools\InnoSetup5\ISCC.exe /DAppVer=%MirVer% /O"Output" "InnoNG_64\MirandaNG.iss"
rem end
:check32
@@ -28,13 +28,8 @@ if not exist InnoNG_64 (goto compileerror) else (goto compile)
rem Make
:compile
-if defined ProgramFiles(x86) (
- "%ProgramFiles(x86)%\%Compile32%
- "%ProgramFiles(x86)%\%Compile64%
-) else (
- "%ProgramFiles%\%Compile32%
- "%ProgramFiles%\%Compile64%
-)
+%Compile32%
+%Compile64%
rem end
rem Error handling