mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Silence flex warnings about DOS file paths in MSVC builds
This commit is contained in:
parent
d13e0975c9
commit
6c41cf5977
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user