From 74104561697c62b5405e14a052597c78bb3ef477 Mon Sep 17 00:00:00 2001 From: Dan White Date: Wed, 18 Jan 2012 12:32:01 -0600 Subject: [PATCH] Separate paths for global and local symbols --- test-pcb/gafrc-libraries | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 -- 2.25.1