postgresql/src/tools/msvc/pgbison.bat

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
263 B
Batchfile
Raw Normal View History

@echo off
REM src/tools/msvc/pgbison.bat
2011-07-07 09:53:49 +02:00
REM all the logic for this now belongs in pgbison.pl. This file really
REM only exists so you don't have to type "perl src/tools/msvc/pgbison.pl"
REM Resist any temptation to add any logic here.
@perl %~dp0/pgbison.pl %*