Optimize cleaning
NMAKE invocations are costly (slow, no-parallel support). Rather than pinpoint cleaning of each combination of $(PKG), $(LANG), $(PLAT) and $(CFG) related files, we do the wildcard cleaning of all $(PKG) related files. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
f124bc89ad
commit
152cb014ab
@ -1,7 +1,2 @@
|
||||
@echo off
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=ARM64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=ARM64
|
||||
nmake.exe /ls Clean
|
||||
|
@ -1,7 +1,2 @@
|
||||
@echo off
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Debug PLAT=ARM64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=Win32
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=x64
|
||||
nmake.exe /ls Clean LANG=en_US CFG=Release PLAT=ARM64
|
||||
nmake.exe /ls Clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user