summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-21 13:28:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-21 13:28:05 +0000
commitdee833078137098360eaef9c76ab599070683849 (patch)
tree562a0b15e1389b22984d4ff499da2ce25d565f0b /bin
parent1b88782a0c137461d020af36d40841c46b3cc476 (diff)
downloadATCD-dee833078137098360eaef9c76ab599070683849.tar.gz
ChangeLogTag: Fri Jul 21 13:27:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/taoidldefaults.mpb14
1 files changed, 7 insertions, 7 deletions
diff --git a/bin/MakeProjectCreator/config/taoidldefaults.mpb b/bin/MakeProjectCreator/config/taoidldefaults.mpb
index b321166bc8c..a0813a1b362 100644
--- a/bin/MakeProjectCreator/config/taoidldefaults.mpb
+++ b/bin/MakeProjectCreator/config/taoidldefaults.mpb
@@ -24,35 +24,35 @@ project {
// Inline related options
optional(inline_outputext) {
- commandflags(!-SS && !-Ssi || !-Sci || -GT && !-SS) += .inl, .i
+ commandflags(!-SS && !-Ssi || !-Sci || -GT && !-SS && !-oS) += .inl, .i
}
optional(inline_pre_extension) {
- commandflags(!-SS && !-Ssi) += S
+ commandflags(!-SS && !-Ssi && !-oS) += S
}
optional(inline_pre_extension) {
commandflags(!-Sci) += C
}
optional(inline_pre_extension) {
- commandflags(-GT && !-SS) += S_T
+ commandflags(-GT && !-SS && !-oS) += S_T
}
// Source related options
optional(source_pre_extension) {
- commandflags(!-SS) += S
+ commandflags(!-SS && !-oS) += S
}
optional(source_pre_extension) {
commandflags(-GA && !-oA) += A
}
optional(header_outputext) {
- commandflags(-SS) += S
+ commandflags(-SS && !-oS) += S
}
// Other
optional(template_outputext) {
- commandflags(-GT && !-SS) += S_T.cpp, S_T.cxx, S_T.cc, S_T.C
+ commandflags(-GT && !-SS && !-oS) += S_T.cpp, S_T.cxx, S_T.cc, S_T.C
}
optional(header_pre_extension) {
- commandflags(-GT && !-SS) += S_T
+ commandflags(-GT && !-SS && !-oS) += S_T
}
optional(header_pre_extension) {
commandflags(-GA && !-oA) += A