summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-15 04:24:22 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-15 04:24:22 +0000
commitc734e77d8e5d4b515e01ae763ce178e1f540fbc5 (patch)
treed8816fb99ad6d3ba02702a0006d0b750893c6094
parente32aa9aaf024cb08e9f59000c0ccb99a805823ff (diff)
downloadATCD-c734e77d8e5d4b515e01ae763ce178e1f540fbc5.tar.gz
*** empty log message ***
-rw-r--r--bin/MakeProjectCreator/config/ciao_client.mpb6
-rw-r--r--bin/MakeProjectCreator/config/ciao_component.mpb1
2 files changed, 5 insertions, 2 deletions
diff --git a/bin/MakeProjectCreator/config/ciao_client.mpb b/bin/MakeProjectCreator/config/ciao_client.mpb
index e7e2fd1d745..8d55d257771 100644
--- a/bin/MakeProjectCreator/config/ciao_client.mpb
+++ b/bin/MakeProjectCreator/config/ciao_client.mpb
@@ -1,6 +1,8 @@
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 CIAO_Client
- libpaths += $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/CIAO/ciao
- includes += $(TAO_ROOT)/CIAO $(TAO_ROOT)/CIAO/ciao
+ libpaths += $(TAO_ROOT)/tao/IFR_Client $(CIAO_ROOT)/ciao
+ includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao
}
diff --git a/bin/MakeProjectCreator/config/ciao_component.mpb b/bin/MakeProjectCreator/config/ciao_component.mpb
index 59d276700d9..682c976e2d6 100644
--- a/bin/MakeProjectCreator/config/ciao_component.mpb
+++ b/bin/MakeProjectCreator/config/ciao_component.mpb
@@ -3,4 +3,5 @@ project : ciao_client {
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
}