compile.bat
来自「老外个人做的MP3/优盘。使用ATMEL MEGA系列的MCU」· Batch 代码 · 共 20 行
BAT
20 行
@echo off
rem WARNING: Compile this with new wersion of GCC 3.3 !
rem *********************************************
rem Change this line to point to your GCC folder
set AVR=E:\YAMPP\GCC33
rem *********************************************
set CC=avr-gcc
set PATH=%AVR%\utils\bin;%AVR%\bin;%path%
rem mode co80, 43
make
del *.o
del *.lst
pause
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?