edink Mon Jan 8 00:26:35 2007 UTC
Modified files:
/php-src/win32/build Makefile
Log:
Make mt more silent
http://cvs.php.net/viewvc.cgi/php-src/win32/build/Makefile?r1=1.40&r2=1.41&diff_format=u
Index: php-src/win32/build/Makefile
diff -u php-src/win32/build/Makefile:1.40 php-src/win32/build/Makefile:1.41
--- php-src/win32/build/Makefile:1.40 Tue Dec 19 10:26:44 2006
+++ php-src/win32/build/Makefile Mon Jan 8 00:26:35 2007
@@ -14,7 +14,7 @@
# | Author: Wez Furlong <[EMAIL PROTECTED]> |
# +----------------------------------------------------------------------+
#
-# $Id: Makefile,v 1.40 2006/12/19 10:26:44 edink Exp $
+# $Id: Makefile,v 1.41 2007/01/08 00:26:35 edink Exp $
# This is the makefile template for the win32 build
CC="$(CL)"
@@ -55,8 +55,8 @@
# $(RC) /fo $(MCFILE) $(BUILD_DIR)\wsyslog.rc
-_VC_MANIFEST_EMBED_EXE= $(MT) -manifest [EMAIL PROTECTED] -outputresource:$@;1
-_VC_MANIFEST_EMBED_DLL= $(MT) -manifest [EMAIL PROTECTED] -outputresource:$@;2
+_VC_MANIFEST_EMBED_EXE= $(MT) -nologo -manifest [EMAIL PROTECTED]
-outputresource:$@;1
+_VC_MANIFEST_EMBED_DLL= $(MT) -nologo -manifest [EMAIL PROTECTED]
-outputresource:$@;2
$(PHPDLL_RES): win32\build\template.rc
$(RC) /fo $(PHPDLL_RES) /d FILE_DESCRIPTION="\"PHP Script
Interpreter\"" \
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php