summaryrefslogtreecommitdiffstats
path: root/src/tools/msvc/pgflex.bat
blob: f20834ba9b1187a1d5ee8364522c832477c6ef88 (plain)
1
2
3
4
5
6
7
@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 %~dp0/pgflex.pl %*