OSDN Git Service

Silence flex warnings about DOS file paths in MSVC builds
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 23 Jan 2011 17:24:15 +0000 (12:24 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 23 Jan 2011 17:24:15 +0000 (12:24 -0500)
src/tools/msvc/pgflex.bat

index 7102e56..da7c33d 100755 (executable)
@@ -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