]> granicus.if.org Git - postgresql/commitdiff
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 7102e5690ecee38b41cd7b2aa2694e6a6ce83ef3..da7c33d7af29c647c41d7af9f77b0dd2db4b35e6 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