mirror of
https://github.com/postgres/postgres.git
synced 2026-04-05 01:07:27 -04:00
6 lines
233 B
Batchfile
Executable file
6 lines
233 B
Batchfile
Executable file
@echo off
|
|
REM src/tools/msvc/build.bat
|
|
REM all the logic for this now belongs in build.pl. This file really
|
|
REM only exists so you don't have to type "perl build.pl"
|
|
REM Resist any temptation to add any logic here.
|
|
@perl build.pl %*
|