summaryrefslogtreecommitdiff
path: root/config/ndds_ts_defaults.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-01-18 09:25:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-01-18 09:25:32 +0000
commit9d996a87567ca434ac8494048375e2c2a9b225fa (patch)
tree28a96af6ce730d55fe6085baed9649400fa46a67 /config/ndds_ts_defaults.mpb
parente3ef18e0edf926763276e92179d4334bb7c7185c (diff)
downloadMPC-9d996a87567ca434ac8494048375e2c2a9b225fa.tar.gz
Mon Jan 18 09:24:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* config/ndds_ts_defaults.mpb: Add TAO_ROOT and TAO_ROOT/tao to the default include paths to get the same behaviour as with TAO_IDL
Diffstat (limited to 'config/ndds_ts_defaults.mpb')
-rw-r--r--config/ndds_ts_defaults.mpb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ndds_ts_defaults.mpb b/config/ndds_ts_defaults.mpb
index e9fa0104..008ffd70 100644
--- a/config/ndds_ts_defaults.mpb
+++ b/config/ndds_ts_defaults.mpb
@@ -5,7 +5,7 @@ project {
Define_Custom(NDDSTypeSupport) {
automatic = 1
command = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%quote%>
- commandflags = -language C++ -replace -namespace -corba <%input_noext%>C.h -orb ACE_TAO1.7
+ commandflags = -language C++ -replace -namespace -corba <%input_noext%>C.h -orb ACE_TAO1.7 -I$(TAO_ROOT) -I$(TAO_ROOT)/tao
dependent = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%quote%>
source_pre_extension = , Support, Plugin