summaryrefslogtreecommitdiff
path: root/build/win32/vs9
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-03-04 19:04:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-03-04 19:36:51 +0800
commit4542b4f6f803864bb3cb746c027b54b977f74939 (patch)
tree12292b9839bcd51ec6cf4db1ccf1f6c70c46969f /build/win32/vs9
parentc2a40e3b35a37f76f353655d9220dd94156fb89c (diff)
downloadpango-4542b4f6f803864bb3cb746c027b54b977f74939.tar.gz
MSVC Builds: Speed Up Release Builds
This adds the /MP option to the compiler, which can cut down on the build time of release builds by quite a bit, by using multi-processor or multi-core capabilities. This will, however, emit a brief warning with debug builds, but the code will otherwise build normally.
Diffstat (limited to 'build/win32/vs9')
-rw-r--r--build/win32/vs9/pango-build-defines.vsprops1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/win32/vs9/pango-build-defines.vsprops b/build/win32/vs9/pango-build-defines.vsprops
index a2e72393..7eeac94b 100644
--- a/build/win32/vs9/pango-build-defines.vsprops
+++ b/build/win32/vs9/pango-build-defines.vsprops
@@ -12,6 +12,7 @@
AdditionalIncludeDirectories="..\..\..;..\..\..\pango;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\include;$(GlibEtcInstallRoot)\include\cairo;$(GlibEtcInstallRoot)\include\fontconfig;$(GlibEtcInstallRoot)\include\freetype2"
PreprocessorDefinitions="HAVE_CONFIG_H;G_DISABLE_SINGLE_INCLUDES"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
+ AdditionalOptions="/MP"
/>
<Tool
Name="VCLinkerTool"