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.mpb8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/MakeProjectCreator/config/taoidldefaults.mpb b/bin/MakeProjectCreator/config/taoidldefaults.mpb
index 0070e484a40..2694efa53b3 100644
--- a/bin/MakeProjectCreator/config/taoidldefaults.mpb
+++ b/bin/MakeProjectCreator/config/taoidldefaults.mpb
@@ -24,7 +24,7 @@ project {
// Inline related options
optional(inline_outputext) {
- commandflags(!-SS && !-Ssi || !-Sci || !-Sc) += .inl, .i
+ commandflags(!-SS && !-Ssi || !-Sci || -GT) += .inl, .i
}
optional(inline_pre_extension) {
commandflags(!-SS && !-Ssi) += S
@@ -33,7 +33,7 @@ project {
commandflags(!-Sci) += C
}
optional(inline_pre_extension) {
- commandflags(!-Sc && !-SS) += S_T
+ commandflags(-GT && !-SS) += S_T
}
// Source related options
@@ -46,10 +46,10 @@ project {
// Other
optional(template_outputext) {
- commandflags(!-Sc && !-SS) += S_T.cpp, S_T.cxx, S_T.cc, S_T.C
+ commandflags(-GT && !-SS) += S_T.cpp, S_T.cxx, S_T.cc, S_T.C
}
optional(header_pre_extension) {
- commandflags(!-Sc && !-SS) += S_T
+ commandflags(-GT && !-SS) += S_T
}
optional(header_pre_extension) {
commandflags(-GA) += A