summaryrefslogtreecommitdiff
path: root/config/ndds_ts_defaults.mpb
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2013-10-03 13:13:12 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2013-10-03 13:13:12 +0000
commitb4d4c1a8d5dbad3601b467894eaa53c9489e3061 (patch)
tree3d0b56003cde405c12c7802249e0523127dbc720 /config/ndds_ts_defaults.mpb
parent5ffc5363ce28d2062f1d81f614780be4de84faa9 (diff)
downloadMPC-b4d4c1a8d5dbad3601b467894eaa53c9489e3061.tar.gz
Thu Oct 3 13:13:33 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>
* config/ndds_ts_defaults.mpb: Don't use quote for dependent, causes Visual Studio not be able to compile files with rtiddsgen
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 f8c80409..6dd76563 100644
--- a/config/ndds_ts_defaults.mpb
+++ b/config/ndds_ts_defaults.mpb
@@ -6,7 +6,7 @@ project {
command = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%quote%>
commandflags = -language C++ -replace -namespace $(PLATFORM_NDDS_FLAGS)
- dependent = <%quote%>$(NDDSHOME)/scripts/rtiddsgen<%bat%><%quote%>
+ dependent = $(NDDSHOME)/scripts/rtiddsgen<%bat%>
source_pre_extension = , Support, Plugin
source_outputext = .cxx