summaryrefslogtreecommitdiff
path: root/config/ndds_ts_defaults.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2015-07-03 20:30:18 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2015-07-03 20:30:18 +0200
commite67c29f5031ca4720e9d44d32c63cb5401e6dfd7 (patch)
tree9f45524ae149ba86a842da4fe9f90e61cc745e0d /config/ndds_ts_defaults.mpb
parent1efadc3066b04fb61c12815dc96ff884e0a48a2d (diff)
downloadMPC-e67c29f5031ca4720e9d44d32c63cb5401e6dfd7.tar.gz
RTI 5.2.0 has a new location of all scripts, they are now under bin instead of scripts. To make possible to support the old and new location we introduced a NDDSSCRIPTDIR which has to be set automatically or by the user to point to the location of the rtiddsgen script.
* config/ndds_ts_defaults.mpb:
Diffstat (limited to 'config/ndds_ts_defaults.mpb')
-rw-r--r--config/ndds_ts_defaults.mpb4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ndds_ts_defaults.mpb b/config/ndds_ts_defaults.mpb
index fbeb6ac9..7128a214 100644
--- a/config/ndds_ts_defaults.mpb
+++ b/config/ndds_ts_defaults.mpb
@@ -1,10 +1,10 @@
// -*- MPC -*-
project {
Define_Custom(NDDSTypeSupport) {
- command = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%quote%>
+ command = <%quote%>$(NDDSSCRIPTDIR)/rtiddsgen<%quote%>
commandflags = -language C++ -replace -namespace $(PLATFORM_NDDS_FLAGS)
- dependent = $(NDDSHOME)/scripts/rtiddsgen<%bat%>
+ dependent = $(NDDSSCRIPTDIR)/rtiddsgen<%bat%>
source_pre_extension = , Support, Plugin
source_outputext = .cxx