Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6c41cf5

Browse files
committed
Silence flex warnings about DOS file paths in MSVC builds
1 parent d13e097 commit 6c41cf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/msvc/pgflex.bat

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
@echo off
22
REM src/tools/msvc/pgflex.bat
33

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

0 commit comments

Comments
 (0)