mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 16:07:09 -06:00
Move SUBSYS variable to appveyor.cmd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user