Add some minor fixes

- add README.md for the hash sources
- do not compile IA64 binaries:
  - the flzma2 does not compile cleanly
  - /Gw is not implemented within sdk 7.1 :/
This commit is contained in:
Tino Reichardt
2018-11-15 22:36:34 +01:00
parent 82ec026206
commit 8474b3b70c
3 changed files with 15 additions and 17 deletions

View File

@@ -4,7 +4,7 @@ set ROOT=%cd%\7zip
if not defined OUTDIR set OUTDIR=%ROOT%\binIA64
mkdir %OUTDIR%
set OPTS=CPU=IA64 MY_STATIC_LINK=1 /NOLOGO /TP
set OPTS=CPU=IA64 MY_STATIC_LINK=1 /NOLOGO
set LFLAGS=/SUBSYSTEM:WINDOWS,"5.02"
cd %ROOT%\Bundles\Format7zExtract