mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-17 12:11:52 -06:00
Merge 18.06 in Easy7Zip
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user