dmitry Fri Nov 10 10:38:07 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/win32/build confutils.js
Log:
Fix warnings
http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.60.2.1.2.2&r2=1.60.2.1.2.3&diff_format=u
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.60.2.1.2.2
php-src/win32/build/confutils.js:1.60.2.1.2.3
--- php-src/win32/build/confutils.js:1.60.2.1.2.2 Fri Nov 10 10:30:46 2006
+++ php-src/win32/build/confutils.js Fri Nov 10 10:38:07 2006
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-// $Id: confutils.js,v 1.60.2.1.2.2 2006/11/10 10:30:46 dmitry Exp $
+// $Id: confutils.js,v 1.60.2.1.2.3 2006/11/10 10:38:07 dmitry Exp $
var STDOUT = WScript.StdOut;
var STDERR = WScript.StdErr;
@@ -915,10 +915,6 @@
ldflags = "$(LDFLAGS)";
}
- if(PHP_VCI = "yes" || PHP_VCO == "yes") {
- ldflags += " /PGD:$(BUILD_DIR)\\"+makefiletarget+".pgd";
- }
-
if (ld) {
MFO.WriteLine("\t" + ld + " /nologo /out:$(BUILD_DIR)\\" +
makefiletarget + " " + ldflags + " $(" + SAPI + "_GLOBAL_OBJS)
$(BUILD_DIR)\\$(PHPLIB) $(LDFLAGS_" + SAPI + ") $(LIBS_" + SAPI + ")
$(BUILD_DIR)\\" + resname);
} else {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php