From 67152812f466ab01580b8503c095da9aace9b975 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 4 Jun 2016 00:48:13 +0200 Subject: [PATCH] Windows build: Remove .manifest files in test/ as well Reviewed-by: Rich Salz --- Configurations/windows-makefile.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations/windows-makefile.tmpl b/Configurations/windows-makefile.tmpl index 9a8109f0a1..3dae414344 100644 --- a/Configurations/windows-makefile.tmpl +++ b/Configurations/windows-makefile.tmpl @@ -194,6 +194,7 @@ clean: libclean -del /Q /S /F apps\*.lib -del /Q /S /F engines\*.manifest -del /Q /S /F apps\*.manifest + -del /Q /S /F test\*.manifest depend: -- 2.25.1