Searched refs:BUILD_DIR_DEV (Results 1 – 2 of 2) sorted by relevance
41 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro59 build_dirs: $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV)143 $(BUILD_DIR) $(BUILD_DIRS_SUB) $(BUILD_DIR_DEV):148 @if not exist $(BUILD_DIR_DEV) @mkdir $(BUILD_DIR_DEV) > NUL235 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul239 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul240 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul241 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul242 @copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul247 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul[all …]
9 BUILD_DIR_DEV=$(PHPSDK_DIR)
Completed in 7 milliseconds