summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-01-21 10:21:26 -0600
committerAdam Mitz <mitza@objectcomputing.com>2021-01-21 13:02:25 -0600
commitbca5a4aa34ca2e9a9597f145c8f2ec60e678c9b2 (patch)
treec4e78d99d11009a5d5dd320679111f2b1d700a7e
parentfaab6830cf4ecf67b452183dba712caae7996be4 (diff)
downloadATCD-bca5a4aa34ca2e9a9597f145c8f2ec60e678c9b2.tar.gz
MPC updates for building TAO in a path with spaces
-rw-r--r--TAO/MPC/config/taobaseidldefaults.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/MPC/config/taobaseidldefaults.mpb b/TAO/MPC/config/taobaseidldefaults.mpb
index 391e6e6644f..d24379f56dc 100644
--- a/TAO/MPC/config/taobaseidldefaults.mpb
+++ b/TAO/MPC/config/taobaseidldefaults.mpb
@@ -2,10 +2,10 @@
project: build_files {
// Set the idl compiler and flags as template values
specific {
- tao_idl = $(ACE_ROOT)/bin/tao_idl
+ tao_idl = <%quote%>$(ACE_ROOT)/bin/tao_idl<%quote%>
tao_idl_dep = $(ACE_ROOT)/bin/tao_idl
tao_idlflags = -Wb,pre_include=ace/pre.h \
- -Wb,post_include=ace/post.h -I$(TAO_ROOT)
+ -Wb,post_include=ace/post.h -I<%quote%>$(TAO_ROOT)<%quote%>
}
Define_Custom(IDL) {