From 3794fa405928f2f8683abc116e299580b2ddcdcd Mon Sep 17 00:00:00 2001 From: nanbor Date: Sat, 15 Mar 2003 14:34:16 +0000 Subject: *** empty log message *** --- TAO/CIAO/ciao/CCM_Core.mpc | 4 ++-- 1 file 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 -- cgit v1.2.1