The x86 binaries are generated in "o" currently

This commit is contained in:
Tino Reichardt
2019-03-29 20:58:05 +01:00
parent 4b0de7ff78
commit 79f113622b
2 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
@echo off
ren Asm\arm arm_
FOR /R .\ %%d IN (arm x64 x86) DO rd /S /Q %%d 2>NUL
FOR /R .\ %%d IN (arm x64 o) DO rd /S /Q %%d 2>NUL
ren Asm\arm_ arm
del "CPP\7zip\*.7z" 2>NUL