From: Dan White Date: Mon, 18 Dec 2017 18:44:14 +0000 (-0600) Subject: WIP: updates to use with gEDA/gav 1.9 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=HEAD;p=430.git WIP: updates to use with gEDA/gav 1.9 --- diff --git a/sch-pcb/devboard/fp b/sch-pcb/devboard/fp new file mode 120000 index 0000000..e496a07 --- /dev/null +++ b/sch-pcb/devboard/fp @@ -0,0 +1 @@ +/home/dan/waeda/fp \ No newline at end of file diff --git a/sch-pcb/devboard/sym b/sch-pcb/devboard/sym new file mode 120000 index 0000000..172352f --- /dev/null +++ b/sch-pcb/devboard/sym @@ -0,0 +1 @@ +/home/dan/waeda/sym \ No newline at end of file diff --git a/sch-pcb/gafrc b/sch-pcb/gafrc index 89f1e71..ffdfbe8 100644 --- a/sch-pcb/gafrc +++ b/sch-pcb/gafrc @@ -1,6 +1,16 @@ ;only show local symbols (reset-component-library) -(load "../gafrc-libraries") +(component-library-search "./sym") + +; local-only symbols +(component-library "../sym" "local-sym") + +; subpage symbols +(component-library ".") + +; subpages +(source-library ".") +;(load "../gafrc-libraries") ; vi:ft=scheme