mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-10 14:07:11 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user