From a9a3222d40a7f0314838cce754bbbaa16a2c6673 Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 14 Apr 2020 00:47:18 -0400 Subject: [PATCH] again --- win/win32/vs2017/travisci.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/win/win32/vs2017/travisci.sh b/win/win32/vs2017/travisci.sh index bfd285f9f..726ef12c2 100644 --- a/win/win32/vs2017/travisci.sh +++ b/win/win32/vs2017/travisci.sh @@ -13,6 +13,7 @@ export PATH=/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/$VSVER/$TOOLSVE export PATH=/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/$VSVER/$TOOLSVER/VC/Tools/MSVC/$MSVER/bin/HostX64/x86:$PATH export PATH=$PATH:/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/$VSVER/$TOOLSVER/Common7/IDE/CommonExtensions/Microsoft/TestWindow export PATH=$PATH:/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/$VSVER/$TOOLSVER/MSBuild/Current/bin/Roslyn +export PATH=$PATH:/c/ProgramData/chocolatey/lib/winflexbison/tools export INCLUDE=/c/Program\ Files\ \(x86\)/Microsoft\ Visual\ Studio/2017/$TOOLSVER/VC/Tools/MSVC/$MSVER/include export INCLUDE=$INCLUDE:/c/Program\ Files\ \(x86\)/Windows\ Kits/10/Include/$WKITVER/ucrt export INCLUDE=$INCLUDE:/c/Program\ Files\ \(x86\)/Windows\ Kits/10/include/$WKITVER/ucrt @@ -27,18 +28,15 @@ export LIB=/c/Program\ Files\ \(x86\)/Windows\ Kits/10/lib/$WKITVER/um/x86:$LIB git clone --depth 1 https://github.com/wmcbrine/PDCurses.git ../pdcurses export ADD_CURSES=Y export PDCURSES_TOP=../../pdcurses -export YACC=bison +export YACC="bison -y" export LEX=flex.exe export YTABC=y.tab.c export YTABH=y.tab.h export LEXYYC=lex.yy.c export mkdir ../binary -#find /c -iname 'bison.exe' -print -#dir C:\ProgramData\chocolatey\lib\winflexbison\tools -ls -l /c/ProgramData/chocolatey cd src cp ../sys/winnt/Makefile.msc ./Makefile -#nmake install +nmake install cd .. powershell -Command "Compress-Archive -U -Path binary/* -DestinationPath $TRAVIS_TAG.x86.zip" -- 2.49.0