wez Fri Jan 9 20:11:44 2004 EDT
Modified files:
/php-src/win32/build Makefile
Log:
include PECL targets in snap build...
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.17 php-src/win32/build/Makefile:1.18
--- php-src/win32/build/Makefile:1.17 Fri Jan 9 08:32:20 2004
+++ php-src/win32/build/Makefile Fri Jan 9 20:11:42 2004
@@ -14,7 +14,7 @@
# | Author: Wez Furlong <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: Makefile,v 1.17 2004/01/09 13:32:20 wez Exp $
+# $Id: Makefile,v 1.18 2004/01/10 01:11:42 wez Exp $
# This is the makefile template for the win32 build
CC="$(CL)"
@@ -86,6 +86,7 @@
@$(MAKE) "$(BUILD_DIR)\$(PHPDLL)"
for %T in ($(SAPI_TARGETS)) do $(MAKE) /I /nologo "%T"
for %T in ($(EXT_TARGETS)) do $(MAKE) /I /nologo "%T"
+ for %T in ($(PECL_TARGETS)) do $(MAKE) /I /nologo "%T"
build-dist: $(BUILD_DIR)\deplister.exe
-rmdir /s /q $(BUILD_DIR)\php-$(PHP_VERSION_STRING)
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php