summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-15 14:34:16 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-15 14:34:16 +0000
commit3794fa405928f2f8683abc116e299580b2ddcdcd (patch)
treed1afda28247c7917a1ecf6226c64adf7610e8af1
parenta95cc986d4147c621eb91787599ebbd2db3b25b1 (diff)
downloadATCD-3794fa405928f2f8683abc116e299580b2ddcdcd.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/ciao/CCM_Core.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/CIAO/ciao/CCM_Core.mpc b/TAO/CIAO/ciao/CCM_Core.mpc
index 0129fe7e53b..888a8082c91 100644
--- a/TAO/CIAO/ciao/CCM_Core.mpc
+++ b/TAO/CIAO/ciao/CCM_Core.mpc
@@ -2,7 +2,7 @@ project (CAIO_Client) : taolib_with_idl {
depends += IFR_Client
sharedname = CIAO_Client
libs += TAO TAO_IFR_Client
- idlflags += -I../.. -Wb,stub_export_include=CIAO_Client_Export.h -Wb,skel_export_include=CIAO_Container_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
+ idlflags += -I $(TAO_ROOT) -Wb,stub_export_include=CIAO_Client_Export.h -Wb,skel_export_include=CIAO_Container_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
dllflags = CIAO_CLIENT_BUILD_DLL
include_dir = CIAO
@@ -26,7 +26,7 @@ project (CAIO_Container) : taolib_with_idl {
depends += CIAO_Client PortableServer Security
sharedname = CIAO_Container
libs += TAO TAO_PortableServer TAO_IFR_Client TAO_Security CIAO_Client
- idlflags += -I../.. -I$../../orbsvcs/orbsvcs -Wb,export_include=CIAO_Container_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
+ idlflags += -I $(TAO_ROOT) -I$ $(TAO_ROOT)/orbsvcs/orbsvcs -Wb,export_include=CIAO_Container_Export.h -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
dllflags = CIAO_CONTAINER_BUILD_DLL
include_dir = CIAO orbsvcs/orbsvcs