提交 d6013a34 编写于 作者: M Magnus Hagander

Add wrapper script around install.pl that calls buildenv.bat before doing

the install.

Dave Page
上级 b4349519
@echo off
REM $PostgreSQL: pgsql/src/tools/msvc/install.bat,v 1.1 2007/05/01 20:11:14 mha Exp $
if NOT "%1"=="" GOTO RUN_INSTALL
echo Invalid command line options.
echo Usage: "install.bat <path>"
echo.
exit /b 1
:RUN_INSTALL
SETLOCAL
if exist buildenv.bat call buildenv.bat
perl install.pl "%1"
exit /b %ERRORLEVEL%
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册