Lines Matching refs:copy
123 @copy win32\build\default.manifest $(BUILD_DIR)\$(PHPDLL).manifest >nul
224 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
229 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
230 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
231 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
232 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
233 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
234 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
235 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
236 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
237 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
238 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
239 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
248 @if exist $(BUILD_DIR)\*.exe copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
250 …@if exist $(BUILD_DIR)\php_*.dll copy $(BUILD_DIR)\php_*.dll $(PHP_PREFIX)\ext /y >nul & dir /b $(…