1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 14:42:49 +02:00

- silent copy

This commit is contained in:
Pierre Joye
2011-01-03 01:07:28 +00:00
parent 17d05d0d57
commit f7176f9cf0

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_deps.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