summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2019-04-22 09:00:17 -0500
committerChad Elliott <elliottc@objectcomputing.com>2019-04-22 09:00:17 -0500
commitad9d830bc576efb366df00021bd31faa614f56e8 (patch)
tree2534f9978a13aee4cd3c9c15a5971d460026ccee /ChangeLog
parent116da374557ec5859c2c78a9846feffbbbef3772 (diff)
downloadMPC-ad9d830bc576efb366df00021bd31faa614f56e8.tar.gz
Mon Apr 22 13:57:40 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
* modules/CDT6WorkspaceCreator.pm: * modules/DirectoryManager.pm: * modules/TemplateParser.pm: * modules/WorkspaceCreator.pm: Replaced calls to Cwd::abs_path with an implementation in DirectoryManger that accounts for needs of Win32 specific paths. * templates/iar.mpd: * templates/iar.mpt: Fixes for linking executables and creating libraries. Also added the use of lib_modifier.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb5d540d..b5a89dab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Mon Apr 22 13:57:40 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
+
+ * modules/CDT6WorkspaceCreator.pm:
+ * modules/DirectoryManager.pm:
+ * modules/TemplateParser.pm:
+ * modules/WorkspaceCreator.pm:
+
+ Replaced calls to Cwd::abs_path with an implementation in
+ DirectoryManger that accounts for needs of Win32 specific
+ paths.
+
+ * templates/iar.mpd:
+ * templates/iar.mpt:
+
+ Fixes for linking executables and creating libraries. Also
+ added the use of lib_modifier.
+
Thu Apr 18 22:18:20 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
* docs/README: