Merge 18.06 in Easy7Zip

This commit is contained in:
glachancecmaisonneuve
2019-02-19 23:45:59 -05:00
118 changed files with 3058 additions and 2868 deletions

View File

@@ -1,5 +1,5 @@
@echo off
set OPTS=CPU=AMD64 MY_STATIC_LINK=1 _SFX=1
set OPTS=CPU=AMD64 MY_STATIC_LINK=1 _SFX=1 PLATFORM=x64
set LFLAGS=/DEBUG /SUBSYSTEM:WINDOWS,"5.02"
@echo ^_^_^_^_^_ ^_ ^_ ^_^_ ^_^_
@@ -128,5 +128,5 @@ IF %errorlevel% NEQ 0 echo "Error x64 @ 7z.dll" >> errorfile.txt
popd
cd /d %~dp0out
powershell -Command "Copy-Item .\*\*\*.exe,.\*\*\*.dll,.\*\*\*.lib,.\*\*\*.pdb -Destination .\out\"
powershell -Command "& { Copy-Item .\*\*.exe,.\*\*.dll,.\*\*.lib,.\*\*.pdb -Destination . }"
explorer.exe %~dp0out