From: Wez Furlong Date: Thu, 4 Dec 2003 02:24:23 +0000 (+0000) Subject: put PHPDLL objects into BUILD_DIR/php so that it is a little X-Git-Tag: php-5.0.0b3RC1~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1635a2bdf5c57d52e6c5d6ce123f93636d8820d5;p=php put PHPDLL objects into BUILD_DIR/php so that it is a little easier to see the main outputs (sapi and extensions) --- diff --git a/win32/build/confutils.js b/win32/build/confutils.js index 155a842f3d..9c2e272733 100644 --- a/win32/build/confutils.js +++ b/win32/build/confutils.js @@ -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) {