aboutsummaryrefslogtreecommitdiff
path: root/decoder/build
diff options
context:
space:
mode:
authorMike Leach <mike.leach@linaro.org>2016-10-19 14:54:14 +0100
committerMike Leach <mike.leach@linaro.org>2016-11-29 13:41:37 +0000
commitec7474b3b6e9f9a11090813c799bacf9f2da84cb (patch)
tree3e7dcdb3a6fa88e82b107e3fd476a50d9499c917 /decoder/build
parent885cb935cf04acc3d0afd2bb242bd9f7328e7104 (diff)
downloadOpenCSD-ec7474b3b6e9f9a11090813c799bacf9f2da84cb.tar.gz
opencsd: Library Version defines moved to separate header file.
Moved library version defines and strings to separate version header file, from the global types file to reduce the compile dependency impact when altering library patch version for minor update or documentation only changes. Update the version number for 0.5 development. Updated version API source code for new header. Signed-off-by: Mike Leach <mike.leach@linaro.org>
Diffstat (limited to 'decoder/build')
-rw-r--r--decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj1
-rw-r--r--decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj b/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj
index 09133ce..a08fd6c 100644
--- a/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj
+++ b/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj
@@ -362,6 +362,7 @@
<ClInclude Include="..\..\..\include\mem_acc\trc_mem_acc_file.h" />
<ClInclude Include="..\..\..\include\mem_acc\trc_mem_acc_mapper.h" />
<ClInclude Include="..\..\..\include\ocsd_if_types.h" />
+ <ClInclude Include="..\..\..\include\ocsd_if_version.h" />
<ClInclude Include="..\..\..\include\opencsd.h" />
<ClInclude Include="..\..\..\include\ptm\ptm_decoder.h" />
<ClInclude Include="..\..\..\include\ptm\trc_cmp_cfg_ptm.h" />
diff --git a/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj.filters b/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj.filters
index 11acc41..87aa847 100644
--- a/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj.filters
+++ b/decoder/build/win/ref_trace_decode_lib/ref_trace_decode_lib.vcxproj.filters
@@ -326,6 +326,9 @@
<ClInclude Include="..\..\..\include\stm\trc_pkt_decode_stm.h">
<Filter>Header Files\stm</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\include\ocsd_if_version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\source\trc_component.cpp">