File tree 2 files changed +5
-13
lines changed
2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
// -*- MPC -*-
2
2
project {
3
3
Define_Custom(NDDSTypeSupport) {
4
- command = <%quote%>$(NDDSSCRIPTDIR) /rtiddsgen<%quote%>
4
+ command = <%quote%>$(NDDSHOME)/bin /rtiddsgen<%quote%>
5
5
commandflags = $(PLATFORM_NDDS_FLAGS)
6
6
7
- dependent = $(NDDSSCRIPTDIR) /rtiddsgen<%bat%>
7
+ dependent = $(NDDSHOME)/bin /rtiddsgen<%bat%>
8
8
9
9
source_pre_extension = , Support, Plugin
10
10
source_outputext = .cxx
@@ -18,16 +18,5 @@ project {
18
18
verbatim(gnuace, macros, 1) {
19
19
override no_hidden_visibility = 1
20
20
override no_strict_aliasing = 1
21
- ifdef NDDSHOME
22
- ifndef NDDSSCRIPTDIR
23
- # At the moment NDDSHOME has been set but not NDDSSCRIPTDIR we see if
24
- # the scripts directory exists, if so we use that, if not we use bin
25
- ifneq ($(wildcard $(NDDSHOME)/scripts),)
26
- NDDSSCRIPTDIR = $(NDDSHOME)/scripts
27
- else
28
- NDDSSCRIPTDIR = $(NDDSHOME)/bin
29
- endif
30
- endif
31
- endif
32
21
}
33
22
}
Original file line number Diff line number Diff line change @@ -27,5 +27,8 @@ project {
27
27
else
28
28
FLAGS_C_CC += -DRTI_UNIX
29
29
endif
30
+ ifeq ($(ACE_PLATFORM_CONFIG),config-qnx.h)
31
+ FLAGS_C_CC += -DRTI_QNX
32
+ endif
30
33
}
31
34
}
You can’t perform that action at this time.
0 commit comments