summaryrefslogtreecommitdiff
path: root/modules/IARProjectCreator.pm
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2019-05-17 09:45:55 -0500
committerChad Elliott <elliottc@objectcomputing.com>2019-05-17 09:45:55 -0500
commitd07b201048ef6556e64da7ff0c4d3e3e70f23359 (patch)
tree09aaca155c44795d301055707c278fe257fae5fe /modules/IARProjectCreator.pm
parent8c0ffa80ca129b431329b9d4a1ce7979dad9dfdc (diff)
downloadMPC-d07b201048ef6556e64da7ff0c4d3e3e70f23359.tar.gz
Fri May 17 14:42:45 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
* modules/Creator.pm: * modules/IARProjectCreator.pm: * modules/IARWorkspaceCreator.pm: If a project type requires relative paths, locate a relative path when replacing $() variables if at all possible. * modules/ProjectCreator.pm: * modules/TemplateParser.pm: * templates/iar.mpd: A new template function, 'extension', can be used to get the extension of a file. Additionally, non-template files can now be obtained through the custom input file interface.
Diffstat (limited to 'modules/IARProjectCreator.pm')
-rw-r--r--modules/IARProjectCreator.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/IARProjectCreator.pm b/modules/IARProjectCreator.pm
index aa16ee8f..e509f613 100644
--- a/modules/IARProjectCreator.pm
+++ b/modules/IARProjectCreator.pm
@@ -75,4 +75,10 @@ sub get_cmdsep_symbol {
}
+sub aggressive_relative_replacement {
+ #my $self = shift;
+ return 1;
+}
+
+
1;