?? bit.mak
字號:
#
# Project manager generated MAKEFILE
#
TITLE = bit
DEVFILE = C:\NECTools32\DEV\DF054780.78K
PROJDIR = D:\demo\exfunc\bit
TOOLDIR = C:\NECTOOLS32\bin
WORKDIR = D:\demo\exfunc\bit
DEBUG =
ST = $(TOOLDIR)\st78K0.exe
RA = $(TOOLDIR)\ra78K0.exe
LK = $(TOOLDIR)\lk78K0.exe
OC = $(TOOLDIR)\oc78K0.exe
LCNV = $(TOOLDIR)\lcnv78K0.exe
CC = $(TOOLDIR)\cc78k0.exe
OBJS = bit.rel \
option.rel \
bit0.rel
DEP_bit_c =
DEP_option_asm = D:\demo\exfunc\bit\option.inc
DEP_bit0_c =
GOAL : D:\demo\exfunc\bit\bit.hex
bit.rel : bit.c $(DEP_bit_c)
$(CC) -fbit.pcc
option.rel : option.asm $(DEP_option_asm)
$(RA) -foption.pra
bit0.rel : bit0.c $(DEP_bit0_c)
$(CC) -fbit0.pcc
bit.lmf : $(OBJS)
$(LK) -fbit.plk
bit.hex : bit.lmf
$(OC) -fbit.poc
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -