Remove package before creating a new one
This commit is contained in:
parent
7d0a175dc2
commit
b783207bca
|
@ -25,6 +25,7 @@ nmake -f win32\Makefile.msc clean
|
|||
|
||||
cd %ZLIB_DEST%
|
||||
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||
del ..\%PACKAGE_NAME%-x64.7z
|
||||
7z a ..\%PACKAGE_NAME%-x64.7z *
|
||||
cd %ZLIB_SRC%
|
||||
rmdir /q /s %ZLIB_DEST%
|
||||
|
|
|
@ -25,6 +25,7 @@ nmake -f win32\Makefile.msc clean
|
|||
|
||||
cd %ZLIB_DEST%
|
||||
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||
del ..\%PACKAGE_NAME%-x86.7z
|
||||
7z a ..\%PACKAGE_NAME%-x86.7z *
|
||||
cd %ZLIB_SRC%
|
||||
rmdir /q /s %ZLIB_DEST%
|
||||
|
|
Loading…
Reference in New Issue