Commit 6c41cf59 authored by Andrew Dunstan's avatar Andrew Dunstan

Silence flex warnings about DOS file paths in MSVC builds

parent d13e0975
@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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment