wez Wed Dec 3 21:24:24 2003 EDT
Modified files:
/php-src/win32/build confutils.js
Log:
put PHPDLL objects into BUILD_DIR/php so that it is a little
easier to see the main outputs (sapi and extensions)
Index: php-src/win32/build/confutils.js
diff -u php-src/win32/build/confutils.js:1.12 php-src/win32/build/confutils.js:1.13
--- php-src/win32/build/confutils.js:1.12 Wed Dec 3 21:12:36 2003
+++ php-src/win32/build/confutils.js Wed Dec 3 21:24:23 2003
@@ -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 @@
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) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php