Searched refs:BUILD_DIR_DEV (Results 1 – 2 of 2) sorted by relevance
30 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro34 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) > NUL188 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul189 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul192 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul193 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul198 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul199 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul[all …]
9 BUILD_DIR_DEV=$(PHPSDK_DIR)
Completed in 14 milliseconds