summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-msvc-14.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-06-04 10:08:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-06-04 10:08:40 +0000
commit33ccbc1c8242b0d7865ab44c0d3510c1641ce566 (patch)
tree40d5e68c87098aef485c0f105c71034c2fe0ee8c /ACE/ace/config-win32-msvc-14.h
parent63731c431cd3ebd2bdb8530cae00b338e4455556 (diff)
downloadATCD-33ccbc1c8242b0d7865ab44c0d3510c1641ce566.tar.gz
Wed Jun 4 10:09:44 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-win32-msvc-11.h: * ace/config-win32-msvc-12.h: * ace/config-win32-msvc-14.h: * ace/config-win32-msvc.h: Addec config files for msvc10/12/14, they just include the config file of the previous msvc version, makes it easier to add specific settings for specific msvc versions
Diffstat (limited to 'ACE/ace/config-win32-msvc-14.h')
-rw-r--r--ACE/ace/config-win32-msvc-14.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/ACE/ace/config-win32-msvc-14.h b/ACE/ace/config-win32-msvc-14.h
new file mode 100644
index 00000000000..a6af13d6820
--- /dev/null
+++ b/ACE/ace/config-win32-msvc-14.h
@@ -0,0 +1,32 @@
+/* -*- C++ -*- */
+//=============================================================================
+/**
+ * @file config-win32-msvc-14.h
+ *
+ * $Id$
+ *
+ * @brief Microsoft Visual C++ 14.0 configuration file.
+ *
+ * This file is the ACE configuration file for Microsoft Visual C++ version 14.
+ *
+ * @note Do not include this file directly, include config-win32.h instead.
+ */
+//=============================================================================
+
+#ifndef ACE_CONFIG_WIN32_MSVC_14_H
+#define ACE_CONFIG_WIN32_MSVC_14_H
+#include /**/ "ace/pre.h"
+
+#ifndef ACE_CONFIG_WIN32_H
+#error Use config-win32.h in config.h instead of this header
+#endif /* ACE_CONFIG_WIN32_H */
+
+#ifndef ACE_WIN32_VC14
+# define ACE_WIN32_VC14
+#endif
+
+// Until we have specific msvc14 settings, include the msvc12 file
+#include "ace/config-win32-msvc-12.h"
+
+#include /**/ "ace/post.h"
+#endif /* ACE_CONFIG_WIN32_MSVC_14_H */