summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/vc15nmake.mpb
blob: 84ea914a679fa8c7ee78064b92cd92ab14204ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// -*- MPC -*-
feature (nmake_avoid_Wp64) {
  specific(nmake) {
    add_compile -= /Wp64
  }
}

feature(vc_avoid_hides_local_declaration) {
  specific(nmake) {
    DisableSpecificWarnings += 4456
  }
}

feature(vc_avoid_hides_global_declaration) {
  specific(nmake) {
    DisableSpecificWarnings += 4459
  }
}

feature(vc_avoid_hides_class_member) {
  specific(nmake) {
    DisableSpecificWarnings += 4458
  }
}