summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-11 01:09:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-11 01:09:11 +0000
commite86aeff1d7f8378f8b5b69b50b82f81a21185cbb (patch)
tree8ff6b2c9ff07a96b91b598337ec4d60df140bec1 /bin
parentc0ced1006349eb0c918972ae937a0514d667b4f0 (diff)
downloadATCD-e86aeff1d7f8378f8b5b69b50b82f81a21185cbb.tar.gz
ChangeLogTag: Tue Jul 11 00:50:23 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/taoidldefaults.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/MakeProjectCreator/config/taoidldefaults.mpb b/bin/MakeProjectCreator/config/taoidldefaults.mpb
index 8f4a0697254..ffbf138aeea 100644
--- a/bin/MakeProjectCreator/config/taoidldefaults.mpb
+++ b/bin/MakeProjectCreator/config/taoidldefaults.mpb
@@ -41,7 +41,7 @@ project {
commandflags(!-SS) += S
}
optional(source_pre_extension) {
- commandflags(-GA) += A
+ commandflags(-GA && !-oA) += A
}
optional(header_outputext) {
commandflags(-SS) += S
@@ -55,7 +55,7 @@ project {
commandflags(-GT && !-SS) += S_T
}
optional(header_pre_extension) {
- commandflags(-GA) += A
+ commandflags(-GA && !-oA) += A
}
}