summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-05-17 19:58:13 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-05-17 19:58:13 +0200
commita69317924b6b5b60085c87b694f9337e57a377a2 (patch)
treecf3bdda8bb4c0f2481f8295fc17da797e9b396c1
parent9ca96f7dad4827185a74e8859892e192211b5b19 (diff)
parente86b6d0c60dc422878d4d23422eae708a1779c86 (diff)
downloadATCD-a69317924b6b5b60085c87b694f9337e57a377a2.tar.gz
Merge pull request #80 from jwillemsen/master
Use add_compile instead of addcompile
-rw-r--r--ACE/bin/MakeProjectCreator/config/vc14nmake.mpb2
-rw-r--r--ACE/bin/MakeProjectCreator/config/vc9nmake.mpb2
2 files changed, 2 insertions, 2 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/vc14nmake.mpb b/ACE/bin/MakeProjectCreator/config/vc14nmake.mpb
index 494f2bfbc66..84ea914a679 100644
--- a/ACE/bin/MakeProjectCreator/config/vc14nmake.mpb
+++ b/ACE/bin/MakeProjectCreator/config/vc14nmake.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
feature (nmake_avoid_Wp64) {
specific(nmake) {
- addcompile -= /Wp64
+ add_compile -= /Wp64
}
}
diff --git a/ACE/bin/MakeProjectCreator/config/vc9nmake.mpb b/ACE/bin/MakeProjectCreator/config/vc9nmake.mpb
index 2e0caa074e0..0308d3f1f8d 100644
--- a/ACE/bin/MakeProjectCreator/config/vc9nmake.mpb
+++ b/ACE/bin/MakeProjectCreator/config/vc9nmake.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
project {
specific(nmake) {
- addcompile -= /Wp64
+ add_compile -= /Wp64
}
}