Rev 1039 | Rev 1667 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 1039 | Rev 1638 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | #Commands used to upload a new version of bios over can, see makefile for more details |
26 | #Commands used to upload a new version of bios over can, see makefile for more details |
| 27 | CANUPLOAD = mono ../../../../PcSoftware/canDude/canDude.exe |
27 | CANUPLOAD = mono ../../../../PcSoftware/canDude/canDude.exe |
| 28 | CANULFLAGS = -h localhost -p 1200 |
28 | CANULFLAGS = -h localhost -p 1200 |
| 29 | #CANUPLOAD = ../../../../PcSoftware/Atom/atomDude.pl |
29 | #CANUPLOAD = ../../../../PcSoftware/Atom/atomDude.pl |
| 30 | #CANULFLAGS = -h localhost -p 1202 |
30 | #CANULFLAGS = -h localhost -p 1202 |
| - | 31 | SETCONF = perl ../../../../PcSoftware/scripts/setConfig/setConfig.pl |
|
| 31 | 32 | ||
| 32 | ##### BUILD BINARIES ##### |
33 | ##### BUILD BINARIES ##### |
| 33 | #Define the binaries to use on your system, if not in path then add path (example: AWK=/usr/bin/awk) |
34 | #Define the binaries to use on your system, if not in path then add path (example: AWK=/usr/bin/awk) |
| 34 | 35 | ||
| 35 | # on BSD/MAC this should be MD5SUM = md5 |
36 | # on BSD/MAC this should be MD5SUM = md5 |