📄 mdt.mak
字号:
#
# Project manager generated MAKEFILE
#
TITLE = Applilet
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\visteon\Test\PWM_PPG
TOOLDIR = C:\NECTools32\Bin
WORKDIR = D:\visteon\Test\PWM_PPG
DEBUG = DEBUG
CC = $(TOOLDIR)\cc78k0.exe
ST = $(TOOLDIR)\st78K0.exe
RA = $(TOOLDIR)\ra78K0.exe
LK = $(TOOLDIR)\lk78K0.exe
OC = $(TOOLDIR)\oc78K0.exe
LCNV = $(TOOLDIR)\lcnv78K0.exe
OBJS = systeminit.rel \
main.rel \
option.rel \
timer_user.rel \
timer.rel
DEP_systeminit_c =
DEP_main_c = D:\visteon\Test\PWM_PPG\timer.h \
D:\visteon\Test\PWM_PPG\timer_config.h \
D:\visteon\Test\PWM_PPG\timer_macro.h
DEP_option_asm = D:\visteon\Test\PWM_PPG\option.inc
DEP_timer_user_c = D:\visteon\Test\PWM_PPG\timer.h \
D:\visteon\Test\PWM_PPG\timer_config.h \
D:\visteon\Test\PWM_PPG\timer_macro.h
DEP_timer_c = D:\visteon\Test\PWM_PPG\timer_config.h \
D:\visteon\Test\PWM_PPG\timer_macro.h
GOAL : D:\visteon\Test\PWM_PPG\mdt.hex
systeminit.rel : systeminit.c $(DEP_systeminit_c)
$(CC) -fsysteminit.pcc
main.rel : main.c $(DEP_main_c)
$(CC) -fmain.pcc
option.rel : option.asm $(DEP_option_asm)
$(RA) -cF054780 -yC:\NECTools32\DEV\ option.asm
timer_user.rel : timer_user.c $(DEP_timer_user_c)
$(CC) -ftimer_user.pcc
timer.rel : timer.c $(DEP_timer_c)
$(CC) -ftimer.pcc
mdt.lmf : $(OBJS)
$(LK) -fsysteminit.plk
mdt.hex : mdt.lmf
$(OC) -yC:\NECTools32\DEV\ -nr mdt.lmf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -