Move SUBSYS variable to appveyor.cmd

This commit is contained in:
Tino Reichardt
2020-04-11 11:31:04 +02:00
parent d78400f0b0
commit 69fc4bfef1
4 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,8 @@
@echo off
set ROOT=%cd%\7zip
if not defined OUTDIR set OUTDIR=%ROOT%\bin64
if not defined OUTDIR set OUTDIR=%ROOT%\bin64
if not defined ERRFILE set ERRFILE=%cd%\error.txt
if not defined SUBSYS set SUBSYS="5.02"
mkdir %OUTDIR%
set OPTS=PLATFORM=x64 MY_STATIC_LINK=1 /NOLOGO