Commit b2e3be41 authored by Andrew Dunstan's avatar Andrew Dunstan

Fix comments over eagerly c&p'd.

parent c895e775
@echo off @echo off
REM src/tools/msvc/pgbison.bat REM src/tools/msvc/pgbison.bat
REM all the logic for this now belongs in builddoc.pl. This file really 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 only exists so you don't have to type "perl src/tools/msvc/pgbison.pl"
REM Resist any temptation to add any logic here. REM Resist any temptation to add any logic here.
@perl src/tools/msvc/pgbison.pl %* @perl src/tools/msvc/pgbison.pl %*
@echo off @echo off
REM src/tools/msvc/pgflex.bat REM src/tools/msvc/pgflex.bat
REM all the logic for this now belongs in builddoc.pl. This file really 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 only exists so you don't have to type "perl src/tools/msvc/pgflex.pl"
REM Resist any temptation to add any logic here. REM Resist any temptation to add any logic here.
@perl src/tools/msvc/pgflex.pl %* @perl src/tools/msvc/pgflex.pl %*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment