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.mpb13
1 files changed, 6 insertions, 7 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_client.mpb b/bin/MakeProjectCreator/config/ciao_client.mpb
index a95040bd18a..77b53e3ddbd 100644
--- a/bin/MakeProjectCreator/config/ciao_client.mpb
+++ b/bin/MakeProjectCreator/config/ciao_client.mpb
@@ -1,8 +1,7 @@
-project : taolib_with_idl {
- after += CIAO_Client
- idlflags += -I$(CIAO_ROOT) -I$(TAO_ROOT)/CIAO/ciao -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 TAO_Security CIAO_Client
- libpaths += $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao/Valuetype $(CIAO_ROOT)/ciao $(TAO_ROOT)/orbsvcs/orbsvcs
- includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao $(TAO_ROOT)/orbsvcs/orbsvcs
+project : orbsvcslib, ifr_client, valuetype {
+ after += CIAO_Client
+ idlflags += -I$(CIAO_ROOT) -I$(TAO_ROOT)/CIAO/ciao
+ libs += TAO TAO_IFR_Client TAO_Valuetype TAO_Security CIAO_Client
+ libpaths += $(CIAO_ROOT)/ciao
+ includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao
}