summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/bin/MakeProjectCreator/config/vc15.features4
-rw-r--r--ACE/bin/MakeProjectCreator/config/vc15nmake.mpb24
2 files changed, 28 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/vc15.features b/ACE/bin/MakeProjectCreator/config/vc15.features
new file mode 100644
index 00000000000..ef609219456
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/vc15.features
@@ -0,0 +1,4 @@
+ssl=0
+qos=1
+rwho=0
+sctp=0
diff --git a/ACE/bin/MakeProjectCreator/config/vc15nmake.mpb b/ACE/bin/MakeProjectCreator/config/vc15nmake.mpb
new file mode 100644
index 00000000000..84ea914a679
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/vc15nmake.mpb
@@ -0,0 +1,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
+ }
+}