edink           Thu Feb 24 18:28:49 2005 EDT

  Modified files:              
    /php-src/win32/build        Makefile 
  Log:
  Offical zip files have -Win32 suffix
  
http://cvs.php.net/diff.php/php-src/win32/build/Makefile?r1=1.29&r2=1.30&ty=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.29 php-src/win32/build/Makefile:1.30
--- php-src/win32/build/Makefile:1.29   Sun Feb  6 18:23:05 2005
+++ php-src/win32/build/Makefile        Thu Feb 24 18:28:49 2005
@@ -14,7 +14,7 @@
 #  | Author: Wez Furlong <[EMAIL PROTECTED]>                           |
 #  +----------------------------------------------------------------------+
 #
-# $Id: Makefile,v 1.29 2005/02/06 23:23:05 wez Exp $
+# $Id: Makefile,v 1.30 2005/02/24 23:28:49 edink Exp $
 # This is the makefile template for the win32 build
 
 CC="$(CL)"
@@ -84,7 +84,7 @@
 clean: clean-sapi
        @echo Cleaning build dirs
        @for %D in (_x $(BUILD_DIRS_SUB)) do @if exist %D @del /F /Q %D\*.* > 
NUL
-       [EMAIL PROTECTED] /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
+       [EMAIL PROTECTED] /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-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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to