summaryrefslogtreecommitdiff
path: root/src/tools/msvc/install.bat
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2014-01-26 17:03:13 -0500
committerAndrew Dunstan <andrew@dunslane.net>2014-01-26 17:03:13 -0500
commita7e5f7bf6890fdf14a6c6ecd0854ac3f5f308ccd (patch)
treecb9cfac32bd79470f29a53d45720c7bc16f0d615 /src/tools/msvc/install.bat
parent790eaa699e4a9626d8a610ec5844e1fd70d73b4e (diff)
downloadpostgresql-a7e5f7bf6890fdf14a6c6ecd0854ac3f5f308ccd.tar.gz
Provide for client-only installs with MSVC.
MauMau.
Diffstat (limited to 'src/tools/msvc/install.bat')
-rw-r--r--src/tools/msvc/install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/install.bat b/src/tools/msvc/install.bat
index c636cbd7f7..bed08f1e12 100644
--- a/src/tools/msvc/install.bat
+++ b/src/tools/msvc/install.bat
@@ -20,7 +20,7 @@ CALL bldenv.bat
del bldenv.bat
:nobuildenv
-perl install.pl "%1"
+perl install.pl "%1" %2
REM exit fix for pre-2003 shell especially if used on buildfarm
if "%XP_EXIT_FIX%" == "yes" exit %ERRORLEVEL%