diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-03-22 10:01:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-03-22 10:01:05 +0000 |
commit | 876cc1ad59c2df3f8126389b8cd10f63fc557803 (patch) | |
tree | b79dd310a07a886dd250f24494df813e77499905 /TAO/MPC/config/taobaseidldefaults.mpb | |
parent | 85687b21ba582475eb99ac27aaee641223954ef1 (diff) | |
download | ATCD-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/config/taobaseidldefaults.mpb')
-rw-r--r-- | TAO/MPC/config/taobaseidldefaults.mpb | 8 |
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 } |