From 61c88400bb3176c25095bdb4d8f06e2c9df434ce Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 14 Jul 2013 02:25:12 -0400 Subject: [PATCH] switch to shared symbols and packages --- gafrc | 3 +++ gattribrc | 2 -- gnetlistrc | 1 - gschemrc | 1 - project | 5 ++--- 5 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 gafrc delete mode 100644 gattribrc delete mode 120000 gnetlistrc delete mode 120000 gschemrc diff --git a/gafrc b/gafrc new file mode 100644 index 0000000..9e10ee9 --- /dev/null +++ b/gafrc @@ -0,0 +1,3 @@ +; empty the library path and populate it with only our own symbols +(reset-component-library) +(load "../altusmetrum/gafrc") diff --git a/gattribrc b/gattribrc deleted file mode 100644 index 55565aa..0000000 --- a/gattribrc +++ /dev/null @@ -1,2 +0,0 @@ -;; list libraries here. order matters as this sets the search order -(component-library "../bdale/sym") diff --git a/gnetlistrc b/gnetlistrc deleted file mode 120000 index d31077e..0000000 --- a/gnetlistrc +++ /dev/null @@ -1 +0,0 @@ -gattribrc \ No newline at end of file diff --git a/gschemrc b/gschemrc deleted file mode 120000 index d31077e..0000000 --- a/gschemrc +++ /dev/null @@ -1 +0,0 @@ -gattribrc \ No newline at end of file diff --git a/project b/project index 6e3a047..7720f93 100644 --- a/project +++ b/project @@ -4,10 +4,9 @@ schematics lipocharger.sch # for an output-name of foo, gsch2pcb generates files foo.net, foo.pcb, # and foo.new.pcb. if there is no output name specified, the file names # are derived from the first listed schematic... -output-name lipocharger +output-name telemega -elements-dir ../bdale/pkg -elements-dir /usr/share/pcb +elements-dir ../altusmetrum/packages # stick to newlib elements, don't use the older/odder m4 stuff skip-m4 -- 2.30.2