summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2006-11-10 10:38:07 +0000
committerDmitry Stogov <dmitry@php.net>2006-11-10 10:38:07 +0000
commitfedc06d290bb5c1a8d6fa19ec7f15b20b53129e7 (patch)
treee972c15b403b76b571fe1e4edf271dbee7bf5fcd
parentbcfc501ca6338331df6b0fe475b7f7c55f8e21a0 (diff)
downloadphp-git-fedc06d290bb5c1a8d6fa19ec7f15b20b53129e7.tar.gz
Fix warnings
-rw-r--r--win32/build/confutils.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index f2e87da795..78c1be6993 100644
--- a/win32/build/confutils.js
+++ b/win32/build/confutils.js
@@ -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 @@ function SAPI(sapiname, file_list, makefiletarget, cflags, obj_dir)
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 {