]> granicus.if.org Git - php/commitdiff
- add multi threaded build support (automatic detection of the number of cpus, add...
authorPierre Joye <pajoye@php.net>
Tue, 6 Jan 2009 20:50:57 +0000 (20:50 +0000)
committerPierre Joye <pajoye@php.net>
Tue, 6 Jan 2009 20:50:57 +0000 (20:50 +0000)
win32/build/config.w32

index 469cb6bb917cab2afb7768f6dc6e95150df158aa..9963db8700c916584555ca20c5fc9738a889c999 100644 (file)
@@ -145,6 +145,10 @@ if (VCVERS >= 1400) {
        }
 }
 
+if (VCVERS >= 1500) {
+       ADD_FLAG('CFLAGS', ' /MP ');
+}
+
 // General link flags
 DEFINE("LDFLAGS", "/nologo /version:" +
        PHP_VERSION + "." + PHP_MINOR_VERSION + "." + PHP_RELEASE_VERSION);