Silence flex warnings about DOS file paths in MSVC builds

This commit is contained in:
Andrew Dunstan 2011-01-23 12:24:15 -05:00
parent d13e0975c9
commit 6c41cf5977
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
@echo off
REM src/tools/msvc/pgflex.bat
REM silence flex bleatings about file path style
SET CYGWIN=nodosfilewarning
IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv
perl -e "require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
CALL bldenv.bat