summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-26 20:25:49 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-26 20:25:49 +0000
commite31b4241b3318ba2d19220991da1fbaaa518b61c (patch)
treefec30f7ea17be31aab8a2626c8bb4213e6b971f1 /build
parentdde1721e0bb9320ed70ab00392c39cbddd872cb0 (diff)
boost include directory added to templates
git-svn-id: http://svn.miranda-ng.org/main/trunk@13177 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'build')
-rw-r--r--build/vc.common/common.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vc.common/common.props b/build/vc.common/common.props
index ab37200c01..340c53ec2c 100644
--- a/build/vc.common/common.props
+++ b/build/vc.common/common.props
@@ -47,7 +47,7 @@
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
<ItemDefinitionGroup>
<ClCompile>
- <AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+ <AdditionalIncludeDirectories>..\..\include;..\..\plugins\ExternalAPI;..\..\..\boost;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_WIN32_WINNT=0x0601;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>