We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ca3fa commit 66d57beCopy full SHA for 66d57be
win32/build/Makefile
@@ -192,6 +192,7 @@ build-devel: build-headers build-lib
192
@copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
193
@copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
194
@copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
195
+ @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
196
@copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
197
@copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
198
@copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
0 commit comments