8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13e097 commit 6c41cf5Copy full SHA for 6c41cf5
src/tools/msvc/pgflex.bat
@@ -1,6 +1,9 @@
1
@echo off
2
REM src/tools/msvc/pgflex.bat
3
4
+REM silence flex bleatings about file path style
5
+SET CYGWIN=nodosfilewarning
6
+
7
IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv
8
perl -e "require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
9
CALL bldenv.bat
0 commit comments