diff options
author | Mike Beattie <mike@ethernal.org> | 2011-06-13 22:04:13 +1200 |
---|---|---|
committer | Mike Beattie <mike@ethernal.org> | 2011-06-13 22:04:13 +1200 |
commit | 243188a036be3c8b218eb11f2d0b0ac84b034b5a (patch) | |
tree | fa590dab7c2b82ab2fdf3439796d9b53864d4312 /project |
Initial import
Signed-off-by: Mike Beattie <mike@ethernal.org>
Diffstat (limited to 'project')
-rw-r--r-- | project | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +# List all the schematics to be netlisted and laid out on the pc board +schematics doorcontrol.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 doorcontrol + +elements-dir ../bdale/pkg +elements-dir /usr/share/pcb + +# stick to newlib elements, don't use the older/odder m4 stuff +skip-m4 |