Searched refs:BUILD_DIR_DEV (Results 1 – 1 of 1) sorted by relevance
29 BUILD_DIR_DEV=$(BUILD_DIR)\$(BUILD_DIR_DEV_NAME) macro33 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) > NUL171 @if not exist $(BUILD_DIR_DEV)\lib mkdir $(BUILD_DIR_DEV)\lib >nul172 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul175 @if not exist $(BUILD_DIR_DEV)\script mkdir $(BUILD_DIR_DEV)\script >nul176 @if not exist $(BUILD_DIR_DEV)\build mkdir $(BUILD_DIR_DEV)\build >nul181 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul182 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul[all …]
Completed in 5 milliseconds