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:
Diffstat (limited to 'build_2010.bat')
-rw-r--r--build_2010.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_2010.bat b/build_2010.bat
index a2c78077e..67f9a4ae2 100644
--- a/build_2010.bat
+++ b/build_2010.bat
@@ -112,7 +112,7 @@ XCOPY "COPYING.txt" ".\%COPY_TO_DIR%\" /Y /V
IF /I "%Platform%" == "x64" GOTO skipx86installer
IF DEFINED InnoSetupPath (
TITLE Compiling x86 installer MSVC 2010...
- "%InnoSetupPath%\iscc.exe" /Q /O"bin10" "distrib\mpc-hc_setup.iss" /DVS2010build
+ "%InnoSetupPath%\iscc.exe" /Q /O"bin10" "distrib\mpc-hc_setup.iss"
IF %ERRORLEVEL% NEQ 0 GOTO EndWithError
) ELSE (
GOTO END