mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 16:07:04 -06:00
Add some compiling fixes and choose compiler (vc12 + sdk71 for ia64)
- add some pragma definitions to brotli port.h - change lz4 code, to include zstd/xxhash.h - fix various objects in makefile's - fix LzHandler.cpp, LZIP has now 0xC5 @ Guid.txt - improve logging on AppVeyor - fix version numbers in codecs - rename "Codec_zstdF" to "Codec_zstd_legacy" - add missing objects for lizard
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@echo off
|
||||
|
||||
REM Microsoft Windows SDK 7.1 (VC=sdk71)
|
||||
REM Microsoft Visual Studio 2012 (VC=11.0)
|
||||
@@ -6,13 +7,14 @@ REM Microsoft Visual Studio 2015 (VC=14.0)
|
||||
|
||||
REM to many vcvarsall.cmd calls will blow it up!
|
||||
set OPATH=%PATH%
|
||||
set ERRFILE=%APPVEYOR_BUILD_FOLDER%\error.txt
|
||||
cd %APPVEYOR_BUILD_FOLDER%\CPP
|
||||
|
||||
REM I am using sdk71 and 14.0 for releases... /TR
|
||||
REM I am using sdk71 and 12.0 for releases... /TR
|
||||
|
||||
:sdk71
|
||||
set VC=sdk71
|
||||
set NEXT=vc14
|
||||
set NEXT=vc12
|
||||
goto build_sdk
|
||||
|
||||
:vc11
|
||||
@@ -23,7 +25,7 @@ goto build
|
||||
:vc12
|
||||
set VC=12.0
|
||||
set CFLAGS=-Gw
|
||||
set NEXT=vc14
|
||||
set NEXT=end
|
||||
goto build
|
||||
|
||||
:vc14
|
||||
@@ -60,5 +62,5 @@ goto %NEXT%
|
||||
:end
|
||||
cd %APPVEYOR_BUILD_FOLDER%
|
||||
set > env.txt
|
||||
7z a %APPVEYOR_PROJECT_NAME%-%APPVEYOR_BUILD_VERSION%.7z bin-* env.txt
|
||||
7z a %APPVEYOR_PROJECT_NAME%-%APPVEYOR_BUILD_VERSION%.7z bin-* *.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user