mirror of
https://github.com/php/php-src.git
synced 2025-01-22 03:34:19 +08:00
less noise
This commit is contained in:
parent
22ff90f7ba
commit
c3eae192dc
@ -17,7 +17,7 @@
|
||||
+----------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
// $Id: confutils.js,v 1.51 2005-01-20 03:24:50 wez Exp $
|
||||
// $Id: confutils.js,v 1.52 2005-02-06 22:48:35 wez Exp $
|
||||
|
||||
var STDOUT = WScript.StdOut;
|
||||
var STDERR = WScript.StdErr;
|
||||
@ -1130,7 +1130,7 @@ function ADD_SOURCES(dir, file_list, target, obj_dir)
|
||||
}
|
||||
} else {
|
||||
MFO.WriteLine(sub_build + obj + ": " + dir + "\\" + src);
|
||||
MFO.WriteLine("\t$(CC) $(" + flags + ") $(CFLAGS) $(" + bd_flags_name + ") /c " + dir + "\\" + src + " /Fo" + sub_build + obj);
|
||||
MFO.WriteLine("\t@$(CC) $(" + flags + ") $(CFLAGS) $(" + bd_flags_name + ") /c " + dir + "\\" + src + " /Fo" + sub_build + obj);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user