Skip to content
Snippets Groups Projects
Commit b2e3be41 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Fix comments over eagerly c&p'd.

parent c895e775
No related branches found
No related tags found
No related merge requests found
@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 %*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment