summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_component.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ciao_component.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ciao_component.mpb7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_component.mpb b/bin/MakeProjectCreator/config/ciao_component.mpb
new file mode 100644
index 00000000000..682c976e2d6
--- /dev/null
+++ b/bin/MakeProjectCreator/config/ciao_component.mpb
@@ -0,0 +1,7 @@
+project : ciao_client {
+ depends += CIAO_Container
+ libs += TAO_PortableServer TAO_Security CIAO_Container
+ libpaths += $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/orbsvcs/orbsvcs
+ includes += $(TAO_ROOT)/orbsvcs/orbsvcs
+ idlflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/CIAO/ciao
+}