summaryrefslogtreecommitdiff
path: root/TAO/MPC
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-03-22 10:01:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-03-22 10:01:05 +0000
commit876cc1ad59c2df3f8126389b8cd10f63fc557803 (patch)
treeb79dd310a07a886dd250f24494df813e77499905 /TAO/MPC
parent85687b21ba582475eb99ac27aaee641223954ef1 (diff)
downloadATCD-876cc1ad59c2df3f8126389b8cd10f63fc557803.tar.gz
Mon Mar 20 10:00:37 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* MPC/config/taobaseidldefaults.mpb: Added rules for generating connector implementation
Diffstat (limited to 'TAO/MPC')
-rw-r--r--TAO/MPC/config/taobaseidldefaults.mpb8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb
index f92825663a1..1797415351a 100644
--- a/TAO/MPC/config/taobaseidldefaults.mpb
+++ b/TAO/MPC/config/taobaseidldefaults.mpb
@@ -65,6 +65,14 @@ project: build_files {
commandflags(-Gsv) += _svnt
}
+ optional(source_pre_extension) {
+ commandflags(-Gcn) += _conn
+ }
+
+ optional(header_pre_extension) {
+ commandflags(-Gcn) += _conn
+ }
+
optional(generic_outputext) {
commandflags(-Glem) += E.idl
}