timer80.mak

来自「小日本NECMCU的一个timer的例程,呵呵,我写的小日本,居然翻译为Litt」· MAK 代码 · 共 42 行

MAK
42
字号
#
# Project manager generated MAKEFILE
#
TITLE = timer80
DEVFILE = C:\NECTools32\DEV\DF9222.78K
PROJDIR = E:\Demo_Soure\9222timer80
TOOLDIR = C:\NECTools32\BIN
WORKDIR = E:\Demo_Soure\9222timer80
DEBUG = 

ST = $(TOOLDIR)\st78K0S.exe
RA = $(TOOLDIR)\ra78K0S.exe
LK = $(TOOLDIR)\lk78K0S.exe
OC = $(TOOLDIR)\oc78K0S.exe
LCNV = $(TOOLDIR)\lc78K0S.exe
CC = $(TOOLDIR)\cc78k0s.exe

OBJS = timer80.rel  \
	option.rel 

DEP_timer80_c = 

DEP_option_ASM = 

GOAL : E:\Demo_Soure\9222timer80\timer80.hex

timer80.rel : timer80.c $(DEP_timer80_c)
	$(CC) -ftimer80.pcc
	$(RA) -ftimer80.pra

option.rel : option.ASM $(DEP_option_ASM)
	$(RA) -foption.pra

timer80.lmf : $(OBJS)
	$(LK) -ftimer80.plk

timer80.hex : timer80.lmf
	$(OC) -ftimer80.poc



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?