1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-04-21 12:27:27 +03:00

upleveled cmdline patches to kicad bzr 3493

This commit is contained in:
Wolfgang Spraul
2012-04-08 08:37:48 +02:00
parent 4902886baa
commit 49d4ae6e50
9 changed files with 201 additions and 175 deletions

2
kicad-cmdline-testing/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
ben-wpan
kicad-libs

View File

@@ -100,7 +100,7 @@ if [ "$1" == "test" ]; then
$PCBNEW --drc atusb.brd
ls -la *.rpt
echo -----
echo Generating .pos front and back position files:
echo Generating .pos position file:
$PCBNEW --pos atusb.brd
ls -la *.pos
echo -----
@@ -132,7 +132,7 @@ if [ "$1" == "clean" ]; then
atusb.erc \
atusb.net \
atusb.drl atusb-NPTH.drl \
atusb_Front.pos \
atusb_all.pos \
atusb.rpt \
atusb.cmp \
atusb.csv \