mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 00:06:45 -05: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
|
@echo off
|
||||||
REM src/tools/msvc/pgflex.bat
|
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
|
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
|
perl -e "require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
|
||||||
CALL bldenv.bat
|
CALL bldenv.bat
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user