mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 04:11:46 -06:00
release time for v1.1.4
- add package.cmd, I am using this file for creating the setup - fix date in the version headers - minor improvements in the build batch files
This commit is contained in:
35
cleanup.cmd
35
cleanup.cmd
@@ -1,33 +1,10 @@
|
||||
@echo off
|
||||
|
||||
rd /S /Q "CPP\7zip\bin32"
|
||||
rd /S /Q "CPP\7zip\bin64"
|
||||
FOR /R .\ %%d IN (AMD64 O) DO rd /S /Q %%d 2>NUL
|
||||
|
||||
rd /S /Q "C/Util/7zipInstall/O"
|
||||
rd /S /Q "C/Util/7zipUninstall/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/Codec_lz4/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/Codec_lz5/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/Codec_zstdF/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/Format7z/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/Format7zF/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/SFXCon/O"
|
||||
rd /S /Q "CPP/7zip/Bundles/SFXWin/O"
|
||||
rd /S /Q "CPP/7zip/UI/Console/O"
|
||||
rd /S /Q "CPP/7zip/UI/Explorer/O"
|
||||
rd /S /Q "CPP/7zip/UI/FileManager/O"
|
||||
rd /S /Q "CPP/7zip/UI/GUI/O"
|
||||
|
||||
rd /S /Q "C/Util/7zipInstall/AMD64"
|
||||
rd /S /Q "C/Util/7zipUninstall/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/Codec_lz4/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/Codec_lz5/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/Codec_zstdF/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/Format7z/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/Format7zF/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/SFXCon/AMD64"
|
||||
rd /S /Q "CPP/7zip/Bundles/SFXWin/AMD64"
|
||||
rd /S /Q "CPP/7zip/UI/Console/AMD64"
|
||||
rd /S /Q "CPP/7zip/UI/Explorer/AMD64"
|
||||
rd /S /Q "CPP/7zip/UI/FileManager/AMD64"
|
||||
rd /S /Q "CPP/7zip/UI/GUI/AMD64"
|
||||
rd /S /Q "CPP\7zip\bin32" 2>NUL
|
||||
rd /S /Q "CPP\7zip\bin64" 2>NUL
|
||||
rd /S /Q "CPP\7zip\codecs" 2>NUL
|
||||
rd /S /Q "CPP\7zip\x32" 2>NUL
|
||||
rd /S /Q "CPP\7zip\x64" 2>NUL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user