mdt.mak
来自「the timer control demo source for the NE」· MAK 代码 · 共 64 行
MAK
64 行
#
# Project manager generated MAKEFILE
#
TITLE = Applilet
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\visteon\Test\Interval
TOOLDIR = C:\NECTools32\BIN
WORKDIR = D:\visteon\Test\Interval
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\Interval\timer.h \
D:\visteon\Test\Interval\timer_config.h \
D:\visteon\Test\Interval\timer_macro.h
DEP_option_asm = D:\visteon\Test\Interval\option.inc
DEP_timer_user_c = D:\visteon\Test\Interval\timer_config.h \
D:\visteon\Test\Interval\timer_macro.h \
D:\visteon\Test\Interval\timer.h
DEP_timer_c = D:\visteon\Test\Interval\timer_config.h \
D:\visteon\Test\Interval\timer_macro.h
GOAL : D:\visteon\Test\Interval\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 + =
减小字号Ctrl + -
显示快捷键?