summaryrefslogtreecommitdiff
path: root/win32/build
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2005-02-24 23:28:49 +0000
committerEdin Kadribasic <edink@php.net>2005-02-24 23:28:49 +0000
commite2974d755d8733972a1062f5aabd010cf5ed1574 (patch)
tree9340a33132b0708c7c60ae0229cedc0bbb687294 /win32/build
parent89d75d5c9c34dbf416e3e205970040c33e36ccd6 (diff)
downloadphp-git-e2974d755d8733972a1062f5aabd010cf5ed1574.tar.gz
Offical zip files have -Win32 suffix
Diffstat (limited to 'win32/build')
-rw-r--r--win32/build/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/win32/build/Makefile b/win32/build/Makefile
index 7fec2306ae..2ce5499292 100644
--- a/win32/build/Makefile
+++ b/win32/build/Makefile
@@ -84,7 +84,7 @@ clean-sapi:
clean: clean-sapi
@echo Cleaning build dirs
@for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > NUL
- -@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\php-$(PHP_VERSION_STRING).zip > NUL
+ -@del /F /Q $(BUILD_DIR)\*.res $(BUILD_DIR)\*.lib $(BUILD_DIR)\*.ilk $(BUILD_DIR)\*.pdb $(BUILD_DIR)\*.exp $(PHPDEF) $(BUILD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip > NUL
-rmdir /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
clean-pecl:
@@ -106,13 +106,14 @@ build-snap: generated_files
build-dist: $(BUILD_DIR)\deplister.exe
-rmdir /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
-rmdir /s /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
- -del /f /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING).zip
+ -del /f /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)-Win32.zip
+ -del /f /q $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)-Win32.zip
$(BUILD_DIR)\php.exe -n win32/build/mkdist.php "$(BUILD_DIR)" "$(PHPDLL)" "$(SAPI_TARGETS)" "$(EXT_TARGETS)" "$(PECL_TARGETS)" "$(SNAPSHOT_TEMPLATE)"
cd $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
- -$(ZIP) -9 -r ..\php-$(PHP_VERSION_STRING).zip .
+ -$(ZIP) -9 -r ..\php-$(PHP_VERSION_STRING)-Win32.zip .
cd ..\..
cd $(BUILD_DIR)\pecl-$(PHP_VERSION_STRING)
- -$(ZIP) -9 -r ..\pecl-$(PHP_VERSION_STRING).zip .
+ -$(ZIP) -9 -r ..\pecl-$(PHP_VERSION_STRING)-Win32.zip .
cd ..\..
dist: all build-dist