Lines Matching refs:BUILD_DIR_DEV
30 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro
34 build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV)
98 $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV):
103 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
188 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
189 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
192 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
193 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul
194 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
195 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
196 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
197 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
198 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
199 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
200 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
201 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
202 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
203 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
206 @xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK