Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2010-07-23 10:19:40 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2010-07-23 10:19:40 +0400
commit335f95c6e1384b3c873b0c924f09e3c6d449d013 (patch)
tree5816d67f271765f2c5a10140eb080a2a34a76125 /build.bat
parent2982726ccaeed77bacd60cd3a29be2ff4dd82868 (diff)
-whitespace cleanup
-changed the installer output dir git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@2142 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.bat b/build.bat
index 2b9a1d093..631196d27 100644
--- a/build.bat
+++ b/build.bat
@@ -135,7 +135,7 @@ XCOPY "COPYING" ".\%COPY_TO_DIR%\" /Y /V
IF /I "%Platform%" == "x64" GOTO :skipx86installer
IF DEFINED InnoSetupPath (
-"%InnoSetupPath%\iscc.exe" /Q "distrib\mpc-hc_setup.iss"
+"%InnoSetupPath%\iscc.exe" /Q /O"bin" "distrib\mpc-hc_setup.iss"
IF %ERRORLEVEL% NEQ 0 GOTO :EndWithError
) ELSE (
GOTO :END
@@ -145,7 +145,7 @@ GOTO :EOF
:skipx86installer
IF /I "%Platform%" == "Win32" GOTO :END
IF DEFINED InnoSetupPath (
-"%InnoSetupPath%\iscc.exe" /Q "distrib\mpc-hc_setup.iss" /DBuildx64=True
+"%InnoSetupPath%\iscc.exe" /Q /O"bin" "distrib\mpc-hc_setup.iss" /DBuildx64=True
IF %ERRORLEVEL% NEQ 0 GOTO :EndWithError
) ELSE (
GOTO :END