summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-07-20 09:56:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-07-20 09:56:05 +0000
commit2839c81421790cca1cc2c9d41658de1b1e4a5318 (patch)
tree38f13efca87b2fa590a0f1656be48eb463069db4
parent0a92bbdb098351ebeac6a35be9542fcef433ff2e (diff)
downloadATCD-2839c81421790cca1cc2c9d41658de1b1e4a5318.tar.gz
ChangeLogTag: Thu Jul 20 09:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--bin/MakeProjectCreator/config/global.features3
-rw-r--r--bin/MakeProjectCreator/config/tao_no_iiop.mpb7
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
+}