]> granicus.if.org Git - php/commitdiff
put PHPDLL objects into BUILD_DIR/php so that it is a little
authorWez Furlong <wez@php.net>
Thu, 4 Dec 2003 02:24:23 +0000 (02:24 +0000)
committerWez Furlong <wez@php.net>
Thu, 4 Dec 2003 02:24:23 +0000 (02:24 +0000)
easier to see the main outputs (sapi and extensions)

win32/build/confutils.js

index 155a842f3d8067430eb74068f92648182cc5cf91..9c2e27273342f49f37e771e92a4870eecfbf48be 100644 (file)
@@ -17,7 +17,7 @@
   +----------------------------------------------------------------------+
 */
 
-// $Id: confutils.js,v 1.12 2003-12-04 02:12:36 wez Exp $
+// $Id: confutils.js,v 1.13 2003-12-04 02:24:23 wez Exp $
 
 var STDOUT = WScript.StdOut;
 var STDERR = WScript.StdErr;
@@ -602,10 +602,10 @@ function ADD_SOURCES(dir, file_list, target)
 
        var sub_build = "$(BUILD_DIR)\\";
 
-       if (target != "php") {
+//     if (target != "php") {
                build_dirs[build_dirs.length] = target;
                sub_build += target + "\\";
-       }
+//     }
        DEFINE("CFLAGS_BD_" + target.toUpperCase(), "/Fo" + sub_build + " /Fd" + sub_build + " /Fp" + sub_build + " /FR" + sub_build + " ");
 
        for (i in file_list) {