Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd6013a3

Browse files
committed
Add wrapper script around install.pl that calls buildenv.bat before doing
the install.Dave Page
1 parentb434951 commitd6013a3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

‎src/tools/msvc/install.bat

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
@echooff
2+
REM $PostgreSQL: pgsql/src/tools/msvc/install.bat,v 1.1 2007/05/01 20:11:14 mha Exp $
3+
4+
ifNOT"%1"==""GOTO RUN_INSTALL
5+
6+
echo Invalid command line options.
7+
echo Usage:"install.bat <path>"
8+
echo.
9+
exit /b1
10+
11+
:RUN_INSTALL
12+
13+
SETLOCAL
14+
ifexist buildenv.batcall buildenv.bat
15+
16+
perl install.pl"%1"
17+
18+
exit /b%ERRORLEVEL%

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp