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

Lines changed: 3 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy