summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-08-02 09:22:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-08-02 09:22:05 +0000
commit72f0ecd39755890fa1411a533fc1a1a72b3f5f21 (patch)
tree4d2919c3f551cd8e65b97868a7d2f7b7a5872a47 /TAO/MPC
parent07fcdc0de7922df4b42ab30a8aca6cfe1d643ae8 (diff)
downloadATCD-72f0ecd39755890fa1411a533fc1a1a72b3f5f21.tar.gz
Thu Aug 2 09:20:20 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* MPC/config/taobaseidldefaults.mpb: * TAO_IDL/be/be_global.cpp: * TAO_IDL/be/be_produce.cpp: * TAO_IDL/be/be_util.cpp: * TAO_IDL/be_include/be_global.h: * docs/compiler.html: Added -Sch to disable stub header generation, -Ssh to disable servant header
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/taobaseidldefaults.mpb8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb
index 8b2c0185e1d..256435bd871 100644
--- a/TAO/MPC/config/taobaseidldefaults.mpb
+++ b/TAO/MPC/config/taobaseidldefaults.mpb
@@ -17,8 +17,6 @@ project: build_files {
command = $(TAO_IDL)
libpath = $(ACE_ROOT)/lib
inputext = .idl
- source_pre_extension = C
- header_pre_extension = C
source_outputext = .cpp, .cxx, .cc, .C
header_outputext = .h, .hpp, .hxx, .hh
keyword idlflags = commandflags
@@ -33,6 +31,9 @@ project: build_files {
// Source related options
optional(source_pre_extension) {
+ commandflags(!-Ssc) += C
+ }
+ optional(source_pre_extension) {
commandflags(!-SS && !-oS) += S
}
optional(source_pre_extension) {
@@ -44,6 +45,9 @@ project: build_files {
optional(header_pre_extension) {
commandflags(!-oS) += S
}
+ optional(header_pre_extension) {
+ commandflags(!-Sch) += C
+ }
// Other
optional(template_outputext) {