From: Dan White Date: Thu, 26 Jan 2012 19:41:42 +0000 (-0600) Subject: Fixup common rc file setup X-Git-Tag: calibrations~326 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=cf9defedc3f2fc52e58a42fb45327da2053a76c9;p=430.git Fixup common rc file setup --- diff --git a/sch-pcb/breakout/gafrc b/sch-pcb/breakout/gafrc new file mode 120000 index 0000000..868a210 --- /dev/null +++ b/sch-pcb/breakout/gafrc @@ -0,0 +1 @@ +../gafrc \ No newline at end of file diff --git a/sch-pcb/breakout/gafrc-libraries b/sch-pcb/breakout/gafrc-libraries new file mode 120000 index 0000000..1d6d312 --- /dev/null +++ b/sch-pcb/breakout/gafrc-libraries @@ -0,0 +1 @@ +../gafrc-libraries \ No newline at end of file diff --git a/sch-pcb/breakout/gschemrc b/sch-pcb/breakout/gschemrc new file mode 120000 index 0000000..a22d298 --- /dev/null +++ b/sch-pcb/breakout/gschemrc @@ -0,0 +1 @@ +../gschemrc \ No newline at end of file diff --git a/sch-pcb/devboard/gafrc b/sch-pcb/devboard/gafrc new file mode 120000 index 0000000..868a210 --- /dev/null +++ b/sch-pcb/devboard/gafrc @@ -0,0 +1 @@ +../gafrc \ No newline at end of file diff --git a/sch-pcb/devboard/gafrc-libraries b/sch-pcb/devboard/gafrc-libraries new file mode 120000 index 0000000..1d6d312 --- /dev/null +++ b/sch-pcb/devboard/gafrc-libraries @@ -0,0 +1 @@ +../gafrc-libraries \ No newline at end of file diff --git a/sch-pcb/devboard/gschemrc b/sch-pcb/devboard/gschemrc new file mode 120000 index 0000000..a22d298 --- /dev/null +++ b/sch-pcb/devboard/gschemrc @@ -0,0 +1 @@ +../gschemrc \ No newline at end of file diff --git a/sch-pcb/gafrc b/sch-pcb/gafrc index 3db46e9..89f1e71 100644 --- a/sch-pcb/gafrc +++ b/sch-pcb/gafrc @@ -1,6 +1,6 @@ ;only show local symbols (reset-component-library) -(load "gafrc-libraries") +(load "../gafrc-libraries") ; vi:ft=scheme diff --git a/sch-pcb/gafrc-libraries b/sch-pcb/gafrc-libraries index 5c73a8d..faaf9be 100644 --- a/sch-pcb/gafrc-libraries +++ b/sch-pcb/gafrc-libraries @@ -1,9 +1,9 @@ ; global symbol library ; git submodule -(component-library-search "waeda-sym") +(component-library-search "../waeda-sym") ; local-only symbols -(component-library "sym" "local-sym") +(component-library "../sym" "local-sym") ; subpage symbols (component-library ".")