From bb4895c4351e1e72bec94b077d7b0823dcaa8dd5 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 24 Nov 2023 09:49:25 +0100 Subject: [PATCH] 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: --- config/ndds_ts_defaults.mpb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ndds_ts_defaults.mpb b/config/ndds_ts_defaults.mpb index 4213d5511..6d8771159 100644 --- a/config/ndds_ts_defaults.mpb +++ b/config/ndds_ts_defaults.mpb @@ -2,7 +2,7 @@ project { Define_Custom(NDDSTypeSupport) { command = <%quote%>$(NDDSSCRIPTDIR)/rtiddsgen<%quote%> - commandflags = -language C++ -replace -namespace $(PLATFORM_NDDS_FLAGS) + commandflags = -replace -namespace $(PLATFORM_NDDS_FLAGS) dependent = $(NDDSSCRIPTDIR)/rtiddsgen<%bat%>