Home
last modified time | relevance | path

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

/PHP-5.3/win32/build/
H A DMakefile29 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
181 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
182 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
[all …]

Completed in 6 milliseconds