summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/taoidldefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/taoidldefaults.mpb')
-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