?? makefile
字號:
#******************************************************************************
# System Name : This program is only for education.
# File Name : makefile(eat insect)
# Contents : Practice 4-B complete this makefile
# Model : OAKS16-LCD Board
# CPU : M16C/60 Serials
# Compiler : NC30WA(V.4.00 Release 2 - Entry)
# OS : NON
# Programer : RENESAS Semiconductor Training Center
# Note : For OAKS16-M30620FCAFP(M16C/62group,16MHz)
#******************************************************************************
E06.X30:startup.r30 main.r30
ln30 startup.r30 main.r30 -G -L nc30lib.lib -MS -T -O E06.x30
startup.r30:target.inc sect.inc
as30 -LSIM -S -T startup.a30
main.r30:main.c sfr62p.h
nc30 -c -g -fB -WUP -WNP -Wmake_tagfile -fER -fFRAM main.c
clean:
-del *.r30
-del *.lst
-del *.map
-del *.x30
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -