Home
last modified time | relevance | path

Searched refs:BUILD_DIR_DEV (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/win32/build/
H A DMakefile30 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro
42 build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV)
124 $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV):
129 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL
220 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul
221 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
224 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul
225 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul
226 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
231 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
[all …]
H A DMakefile.phpize9 BUILD_DIR_DEV=$(PHPSDK_DIR)

Completed in 8 milliseconds