Lines Matching refs:BUILD_DIR_DEV
29 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro
33 build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV)
90 $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV):
95 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
171 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
172 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
175 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
176 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul
177 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
178 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
179 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
180 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
181 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
182 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
183 @copy $(BUILD_DIR)\devel\config.phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
184 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
185 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
188 @xcopy /Q /Y /E /I $(BUILD_DIR_DEV)\* $(PHP_PREFIX)\SDK