diff options
author | Anatol Belski <ab@php.net> | 2015-05-28 22:17:21 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-05-28 23:23:33 +0200 |
commit | 29ca3fad620ba880d94312c7d1cd31e04da959fe (patch) | |
tree | f322b6b8715bac9e5f431931d276f91c4d2294a9 | |
parent | 247fd93de9649296bd32e338f65a7b127977d548 (diff) | |
download | php-git-29ca3fad620ba880d94312c7d1cd31e04da959fe.tar.gz |
add *.manifest to cleanup
-rw-r--r-- | win32/build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/Makefile b/win32/build/Makefile index c24bd70ba6..a3c9856d66 100644 --- a/win32/build/Makefile +++ b/win32/build/Makefile @@ -116,7 +116,7 @@ clean: clean-sapi @cd $(BUILD_DIR) @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL @cd "$(PHP_SRC_DIR)" - -@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL + -@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.manifest $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL -rd /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING) clean-pecl: |