summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-03-08 09:43:24 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-03-08 09:43:24 +0100
commit6175b93927ffff03b1d6331f9f1351e04d8a5327 (patch)
tree706d449c3f156283dcb355e6c703dcaa356bdabd
parent0910e766c93bbf361cc7166b353d6d0444bdf1ee (diff)
downloadATCD-6175b93927ffff03b1d6331f9f1351e04d8a5327.tar.gz
Added Visual Studio 2017 files
* ACE/bin/MakeProjectCreator/config/vc15.features: * ACE/bin/MakeProjectCreator/config/vc15nmake.mpb: Added.
-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
+ }
+}