Lines Matching refs:BUILD_DIR_DEV
30 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro
48 build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV)
130 $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV):
135 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
223 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
224 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
227 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
228 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >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
242 @xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK