diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-07-20 09:56:05 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2006-07-20 09:56:05 +0000 |
commit | 791da923a456418ff5d27195e05d34ed7eb6e180 (patch) | |
tree | 38f13efca87b2fa590a0f1656be48eb463069db4 /bin | |
parent | 9f5d5afe9f95b532f05f75ee64e65f192c55579b (diff) | |
download | ATCD-791da923a456418ff5d27195e05d34ed7eb6e180.tar.gz |
ChangeLogTag: Thu Jul 20 09:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/config/global.features | 3 | ||||
-rw-r--r-- | bin/MakeProjectCreator/config/tao_no_iiop.mpb | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/global.features b/bin/MakeProjectCreator/config/global.features index d8de44cc77f..099d5403b20 100644 --- a/bin/MakeProjectCreator/config/global.features +++ b/bin/MakeProjectCreator/config/global.features @@ -105,3 +105,6 @@ ZIP_Wrapper = 0 corba_e_compact = 0 corba_e_micro = 0 minimum_corba = 0 + +// Option to disable iiop +tao_no_iiop = 0 diff --git a/bin/MakeProjectCreator/config/tao_no_iiop.mpb b/bin/MakeProjectCreator/config/tao_no_iiop.mpb new file mode 100644 index 00000000000..a6fc53b3881 --- /dev/null +++ b/bin/MakeProjectCreator/config/tao_no_iiop.mpb @@ -0,0 +1,7 @@ +// -*- MPC -*- +// $Id$ + +feature(tao_no_iiop) : taoidldefaults { + idlflags += -DTAO_LACKS_IIOP + macros += TAO_HAS_IIOP=0 +} |