📄 prgframe.mak
字号:
CC = C:\PROGRA~1\MT-IDE\bin\sdcc08
AS = C:\PROGRA~1\MT-IDE\bin\sdas08
CFLAGS = -IC:\PROGRA~1\MT-IDE\Include -e -l -g -Wf-xmem
LFLAGS = -LC:\PROGRA~1\MT-IDE\Lib\ -g -blit:0X8000 -bvregs:0X40.0X23F -dinit_sp:0X23F -fmots19
FILES = GeneralFun.o LED.o Main.o MCUinit.o Vectors08.o
PrgFrame: $(FILES)
$(CC) -o PrgFrame $(LFLAGS) @PrgFrame.lk
GeneralFun.o: GeneralFun.c EnDisInt.h GeneralFun.h GP32C.h Includes.h LED.h Type.h
$(CC) -c $(CFLAGS) GeneralFun.c
LED.o: LED.c EnDisInt.h GeneralFun.h GP32C.h Includes.h LED.h Type.h
$(CC) -c $(CFLAGS) LED.c
Main.o: Main.c EnDisInt.h GeneralFun.h GP32C.h Includes.h LED.h Type.h
$(CC) -c $(CFLAGS) Main.c
MCUinit.o: MCUinit.c EnDisInt.h GeneralFun.h GP32C.h Includes.h LED.h Type.h
$(CC) -c $(CFLAGS) MCUinit.c
Vectors08.o: Vectors08.c EnDisInt.h GeneralFun.h GP32C.h Includes.h LED.h Type.h
$(CC) -c $(CFLAGS) Vectors08.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -