blob: 3264ad4e7b247c00ec1ac9bc80fe87b0eb6b478f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|