Files
easy7zip/cleanup.cmd
Tino Reichardt 54389d6e2f 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
2017-04-27 20:38:09 +02:00

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