summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2010-11-10 02:32:20 +0000
committerJames H. Hill <hilljh82@gmail.com>2010-11-10 02:32:20 +0000
commitc1cb3f5c9ed8a767a3db747fdebaed50f244cd54 (patch)
treee5f85b74e4cb2d16d24aba216f0756d47532c921
parent1ea7c5a2c937b8cfb72016948c4509620b95be97 (diff)
downloadMPC-c1cb3f5c9ed8a767a3db747fdebaed50f244cd54.tar.gz
Wed Nov 10 02:28:28 UTC 2010 James H. Hill <hillj at cs dot iupui dot edu>
-rw-r--r--ChangeLog10
-rw-r--r--config/splice_ts_defaults.mpb3
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cc698e0..eb04f367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+Wed Nov 10 02:28:28 UTC 2010 James H. Hill <hillj at cs dot iupui dot edu>
+
+ * config/splice_ts_defaults.mpb:
+
+ Updated the idlflags statement to include a new location since
+ the location of the IDL files changed in OpenSplice DDS 5.3.
+
Thu Nov 4 11:38:47 UTC 2010 Charles Calkins <calkinsc@ociweb.com>
* modules/WixWorkspaceCreator.pm:
-
+
Fixed fuzz error.
Wed Nov 3 16:42:10 UTC 2010 Charles Calkins <calkinsc@ociweb.com>
@@ -139,6 +146,7 @@ Thu Oct 28 11:44:02 UTC 2010 Chad Elliott <elliott_c@ociweb.com>
Modified these scripts to pull in ACE specific modules and config
files if the ACE_ROOT environment variable is set and MPC is
located underneath the directory to which ACE_ROOT points.
+
Wed Oct 20 09:18:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* config/nddsmonitor.mpb:
diff --git a/config/splice_ts_defaults.mpb b/config/splice_ts_defaults.mpb
index a5c270ea..af1f2348 100644
--- a/config/splice_ts_defaults.mpb
+++ b/config/splice_ts_defaults.mpb
@@ -19,5 +19,6 @@ project : taoidldefaults {
-I <%quote%>$(OSPL_HOME)/include/dcps/C++/CCPP/$(SPLICE_ORB)<%quote%> \
-C -l cpp -b CCPP/$(SPLICE_ORB)
- idlflags += -I <%quote%>$(OSPL_HOME)/custom_lib/ccpp<%quote%>
+ idlflags += -I <%quote%>$(OSPL_HOME)/custom_lib/ccpp<%quote%> \
+ -I <%quote%>$(OSPL_HOME)/etc/idl<%quote%>
}