0.6.1 Improved display code
[digitaldcpower] / winload.bat
1 REM *** you need to edit this file and adapt it to your WinAVR \r
2 REM *** installation. E.g replace c:\WinAVR by c:\WinAVR-20090313\r
3 @echo -------- begin winload.bat --------\r
4 set AVR=c:\WinAVR\r
5 set CC=avr-gcc\r
6 set PATH=c:\WinAVR\bin;c:\WinAVR\utils\bin\r
7 make -f Makefile load\r
8 @echo --------  end  --------\r
9 pause\r
10 \r