From: Dan White Date: Wed, 18 Jan 2012 18:32:01 +0000 (-0600) Subject: Separate paths for global and local symbols X-Git-Tag: calibrations~355 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=74104561697c62b5405e14a052597c78bb3ef477;p=430.git Separate paths for global and local symbols --- diff --git a/test-pcb/gafrc-libraries b/test-pcb/gafrc-libraries index ca23a9e..5c73a8d 100644 --- a/test-pcb/gafrc-libraries +++ b/test-pcb/gafrc-libraries @@ -1,7 +1,14 @@ -(component-library "./sym") +; global symbol library +; git submodule +(component-library-search "waeda-sym") + +; local-only symbols +(component-library "sym" "local-sym") + +; subpage symbols (component-library ".") -(component-library "/home/dan/wa/gaf/sym/analog") -(component-library "/home/dan/wa/gaf/sym/passive") -(component-library "/home/dan/wa/gaf/sym/power") +; subpages (source-library ".") + +; vim: ft=scheme