summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorMichael Mathers <michael.p.mathers@live.com>2017-09-09 00:41:16 +0930
committerMichael Mathers <michael.p.mathers@live.com>2017-09-09 00:41:16 +0930
commit6aaef03a50206b238b728fbb33d540edd3567424 (patch)
treeca4495461243e65b87bd17cfd643b17db6d086ad /templates
parent956ba479345296af1d8a5bffe5e1e2f29889280b (diff)
downloadMPC-6aaef03a50206b238b728fbb33d540edd3567424.tar.gz
Added ISO C++ Standard setting to vc10 template
Added 'LanguageStandard' as a new setting that can be set for vs2017.
Diffstat (limited to 'templates')
-rw-r--r--templates/vc10.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/vc10.mpd b/templates/vc10.mpd
index f3ffcc21..3eaf1e5f 100644
--- a/templates/vc10.mpd
+++ b/templates/vc10.mpd
@@ -231,6 +231,9 @@
<%if(OpenMP || OpenMPSupport)%>
<OpenMPSupport>true</OpenMPSupport>
<%endif%>
+<%if(LanguageStandard)%>
+ <LanguageStandard><%LanguageStandard%></LanguageStandard>
+<%endif%>
<%if(pch_header)%>
<PrecompiledHeader>Use</PrecompiledHeader>
<%if(pch_header_output)%>