1@echo off 2 3REM src/tools/msvc/pgflex.bat 4REM all the logic for this now belongs in pgflex.pl. This file really 5REM only exists so you don't have to type "perl src/tools/msvc/pgflex.pl" 6REM Resist any temptation to add any logic here. 7@perl src/tools/msvc/pgflex.pl %* 8