Separate paths for global and local symbols
authorDan White <dan@whiteaudio.com>
Wed, 18 Jan 2012 18:32:01 +0000 (12:32 -0600)
committerDan White <dan@whiteaudio.com>
Wed, 18 Jan 2012 18:32:01 +0000 (12:32 -0600)
test-pcb/gafrc-libraries

index ca23a9e88233f1ead8fd281f1003d18a9f19b37b..5c73a8d01ca9c34bc28bec131caa14b626c8d720 100644 (file)
@@ -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