summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-05-28 22:21:54 +0200
committerAnatol Belski <ab@php.net>2015-05-28 23:23:36 +0200
commit66d57be2b0c0b9e5722a2e4662185e1d4595935e (patch)
tree88606d2196b90833c82f64a0d87b20ef3efd0a9e
parent29ca3fad620ba880d94312c7d1cd31e04da959fe (diff)
downloadphp-git-66d57be2b0c0b9e5722a2e4662185e1d4595935e.tar.gz
pack the default manifest for devel
-rw-r--r--win32/build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build/Makefile b/win32/build/Makefile
index a3c9856d66..d71b0532fc 100644
--- a/win32/build/Makefile
+++ b/win32/build/Makefile
@@ -192,6 +192,7 @@ build-devel: build-headers build-lib
@copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
@copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
@copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
+ @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
@copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
@copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
@copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul