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

index 5ba1c2fbacf8a987fe3a64529b11bac200e67584..8d18aa58053d13e8d7918177e60d6ec5e917ea72 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);