mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 22:06:59 -06:00
- 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
11 lines
229 B
Batchfile
11 lines
229 B
Batchfile
@echo off
|
|
|
|
FOR /R .\ %%d IN (AMD64 O) DO rd /S /Q %%d 2>NUL
|
|
|
|
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
|
|
|