Skip to content

Commit 8c0ffa8

Browse files
committed
Thu May 16 18:04:40 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
1 parent 63bd8cc commit 8c0ffa8

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Thu May 16 18:04:40 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
2+
3+
* templates/iar.mpd:
4+
5+
Prepend $PROJ_DIR$ if the 'ilinkicffile' template variable is
6+
relative to the project directory.
7+
18
Thu May 16 17:46:26 UTC 2019 Chad Elliott <elliott_c@ociweb.com>
29

310
* modules/DirectoryManager.pm:

templates/iar.mpd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@
779779
</option>
780780
<option>
781781
<name>IlinkIcfFile</name>
782-
<state><%ilinkicffile%></state>
782+
<state><%if(is_relative(ilinkicffile))%>$PROJ_DIR$/<%endif%><%ilinkicffile%></state>
783783
</option>
784784
<option>
785785
<name>IlinkIcfFileSlave</name>

0 commit comments

Comments
 (0)