# HG changeset patch # User Paul Boddie # Date 1654035124 -7200 # Node ID 89ff0ad7783836d6a321e59ed50ccf3feae6d8f5 # Parent 7b8889ef7de65649565e2a57772262b35540575d Replaced absolute path with variable usage. diff -r 7b8889ef7de6 -r 89ff0ad77838 sym-lib-table --- a/sym-lib-table Mon Feb 28 23:17:09 2022 +0100 +++ b/sym-lib-table Wed Jun 01 00:12:04 2022 +0200 @@ -1,3 +1,3 @@ (sym_lib_table - (lib (name PIC32MX270F256B)(type Legacy)(uri /home/paulb/Hardware/CommonPIC32_VGA/PIC32MX270F256B.lib)(options "")(descr "")) + (lib (name PIC32MX270F256B)(type Legacy)(uri ${KIPRJMOD}/PIC32MX270F256B.lib)(options "")(descr "")) )