Skip to content
Snippets Groups Projects
Commit 6c41cf59 authored by Andrew Dunstan's avatar Andrew Dunstan
Browse files

Silence flex warnings about DOS file paths in MSVC builds

parent d13e0975
No related branches found
No related tags found
No related merge requests found
@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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment