summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_client.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ciao_client.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ciao_client.mpb8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_client.mpb b/bin/MakeProjectCreator/config/ciao_client.mpb
deleted file mode 100644
index 3ca655ad185..00000000000
--- a/bin/MakeProjectCreator/config/ciao_client.mpb
+++ /dev/null
@@ -1,8 +0,0 @@
-project : taolib_with_idl {
- depends += CIAO_Client
- idlflags += -I $(CIAO_ROOT) -I $(TAO_ROOT) -I $(TAO_ROOT)/orbsvcs/orbsvcs
- idlflags += -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
- libs += TAO TAO_IFR_Client TAO_Valuetype CIAO_Client
- libpaths += $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao/Valuetype $(CIAO_ROOT)/ciao
- includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao
-}