Skip to content

Commit bb4895c

Browse files
committed
Don't add -language C++ in MPC as defaults, there are multiple C++ language mappings, the user has to select which one
* config/ndds_ts_defaults.mpb:
1 parent d3a011b commit bb4895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/ndds_ts_defaults.mpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project {
33
Define_Custom(NDDSTypeSupport) {
44
command = <%quote%>$(NDDSSCRIPTDIR)/rtiddsgen<%quote%>
5-
commandflags = -language C++ -replace -namespace $(PLATFORM_NDDS_FLAGS)
5+
commandflags = -replace -namespace $(PLATFORM_NDDS_FLAGS)
66

77
dependent = $(NDDSSCRIPTDIR)/rtiddsgen<%bat%>
88

0 commit comments

Comments
 (0)