dmitry          Fri Nov 10 10:38:23 2006 UTC

  Modified files:              
    /php-src/win32/build        confutils.js 
  Log:
  Fix warnings
  
  
http://cvs.php.net/viewvc.cgi/php-src/win32/build/confutils.js?r1=1.63&r2=1.64&diff_format=u
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.63 
php-src/win32/build/confutils.js:1.64
--- php-src/win32/build/confutils.js:1.63       Fri Nov 10 10:30:56 2006
+++ php-src/win32/build/confutils.js    Fri Nov 10 10:38:23 2006
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.63 2006/11/10 10:30:56 dmitry Exp $
+// $Id: confutils.js,v 1.64 2006/11/10 10:38:23 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

Reply via email to