mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 17:37:07 +08:00
8 lines
268 B
Batchfile
Executable File
8 lines
268 B
Batchfile
Executable File
@echo off
|
|
|
|
REM src/tools/msvc/pgflex.bat
|
|
REM all the logic for this now belongs in pgflex.pl. This file really
|
|
REM only exists so you don't have to type "perl src/tools/msvc/pgflex.pl"
|
|
REM Resist any temptation to add any logic here.
|
|
@perl src/tools/msvc/pgflex.pl %*
|