?? 7020.mak
字號:
#
# Project manager generated MAKEFILE
#
TITLE = 7020
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\7020\pro
TOOLDIR = C:\NECTOOLS32\bin
WORKDIR = D:\7020\pro
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 = main.rel \
option.rel \
time0.rel \
interrput.rel \
SPILCD.rel \
systeminit.rel \
Remote.rel
DEP_main_c = D:\7020\pro\function.h \
D:\7020\pro\time.h
DEP_option_asm = D:\7020\pro\option.inc
DEP_time0_c = D:\7020\pro\function.h
DEP_interrput_c = D:\7020\pro\function.h
DEP_SPILCD_c = C:\NECTools32\INC78K0\stdio.h \
C:\NECTools32\INC78K0\stddef.h \
C:\NECTools32\INC78K0\stdarg.h \
D:\7020\pro\function.h
DEP_systeminit_c =
DEP_Remote_c = D:\7020\pro\function.h
GOAL : D:\7020\pro\main.hex
main.rel : main.c $(DEP_main_c)
$(CC) -fmain.pcc
option.rel : option.asm $(DEP_option_asm)
$(RA) -foption.pra
time0.rel : time0.c $(DEP_time0_c)
$(CC) -ftime0.pcc
interrput.rel : interrput.c $(DEP_interrput_c)
$(CC) -finterrput.pcc
SPILCD.rel : SPILCD.c $(DEP_SPILCD_c)
$(CC) -fSPILCD.pcc
systeminit.rel : systeminit.c $(DEP_systeminit_c)
$(CC) -fsysteminit.pcc
Remote.rel : Remote.c $(DEP_Remote_c)
$(CC) -fRemote.pcc
main.lmf : $(OBJS)
$(LK) -fmain.plk
main.hex : main.lmf
$(OC) -fmain.poc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -