From: Anatol Belski Date: Thu, 28 May 2015 20:21:54 +0000 (+0200) Subject: pack the default manifest for devel X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~17^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66d57be2b0c0b9e5722a2e4662185e1d4595935e;p=php pack the default manifest for devel --- 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