summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-08-12 17:57:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-08-12 17:57:30 +0000
commit9bb7303c76a4ac8414396217c9f438f1dc8ce349 (patch)
tree8bf4a1c545e3a650f38983a3ca263b92cc944389 /ACE
parent3bffea9db0f88b79ec182f8751549c8eecc8b8e8 (diff)
downloadATCD-9bb7303c76a4ac8414396217c9f438f1dc8ce349.tar.gz
Wed Aug 12 17:57:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/vc_warnings.mpb: Use prop:microsoft
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/bin/MakeProjectCreator/config/vc_warnings.mpb4
2 files changed, 7 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 68a35633e78..210dd9e34a6 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 12 17:57:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * bin/MakeProjectCreator/config/vc_warnings.mpb:
+ Use prop:microsoft
+
Wed Aug 12 06:47:43 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/tests.mpc:
diff --git a/ACE/bin/MakeProjectCreator/config/vc_warnings.mpb b/ACE/bin/MakeProjectCreator/config/vc_warnings.mpb
index 3e8ae307f7d..806ce06b5a8 100644
--- a/ACE/bin/MakeProjectCreator/config/vc_warnings.mpb
+++ b/ACE/bin/MakeProjectCreator/config/vc_warnings.mpb
@@ -10,13 +10,13 @@
feature(vc_avoid_crt_secure_warnings) {
- specific(vc8, vc9, vc10, nmake) {
+ specific(prop:microsoft) {
macros += _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE _CRT_NONSTDC_NO_DEPRECATE
}
}
feature(!vc_scl_secure_warnings) {
- specific(vc8, vc9, vc10, nmake) {
+ specific(prop:microsoft) {
macros += _SCL_SECURE_NO_WARNINGS
}
}