1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00
This commit is contained in:
Pierre Joye
2011-01-02 18:13:20 +00:00
parent 163780af56
commit 6008152caa

View File

@@ -182,7 +182,7 @@ build-devel: build-headers build-lib
@copy win32\build\template.rc $(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_dep.js $(BUILD_DIR_DEV)\script\ /y >nul
copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
install-sdk: build-devel
@xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK