Merge pull request #2318 from jwillemsen/jwi-add_forward_profiles
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / vs2017nmake.mpb
blob362bb174608386a83a3ecc4056f5c5425468e45f
1 // -*- MPC -*-
2 feature (nmake_avoid_Wp64) {
3   specific(nmake) {
4     add_compile -= /Wp64
5   }
8 feature (nmake_avoid_Gm) {
9   specific(nmake) {
10     compile_flags -= /Gm
11   }
14 feature(vc_avoid_hides_local_declaration) {
15   specific(nmake) {
16     DisableSpecificWarnings += 4456
17   }
20 feature(vc_avoid_hides_global_declaration) {
21   specific(nmake) {
22     DisableSpecificWarnings += 4459
23   }
26 feature(vc_avoid_hides_class_member) {
27   specific(nmake) {
28     DisableSpecificWarnings += 4458
29   }
32 feature(ace_languagestandard2017) {
33   specific(nmake) {
34     compile_flags += /std:c++17
35   }