bug fix for the power-supply firmware
[digitaldcpower] / winmake.bat
index b24a271..00f4af0 100644 (file)
@@ -1,14 +1,13 @@
-REM *** you need to edit this file and adapt it to your WinAVR \r
-REM *** installation. E.g replace c:\WinAVR by c:\WinAVR-20090313\r
-@echo -------- begin --------\r
-\r
-set AVR=c:\WinAVR\r
+@REM *** Usage: just double click this file from the filemanger\r
+@REM ***\r
+@REM *** you need to edit this file and adapt it to your AVR installation. \r
+@REM *** Change the PATH\r
 \r
-set CC=avr-gcc\r
+@echo -------- begin --------\r
 \r
-set PATH=c:\WinAVR\bin;c:\WinAVR\utils\bin\r
+@set PATH=C:\Program Files (x86)\Atmel\AVR Tools\AVR Toolchain\bin;%PATH%\r
 \r
-make -f Makefile\r
+make -f Makefile all\r
 \r
 @echo --------  end  --------\r
 pause\r