📄 objects.make
字号:
# Object lists built from the target-specific source lists:
#
# LOCSSRC: Assembly source code files in this directory.
# CPUSSRC: Assembly source code files in the common/cpu directory.
# LOCCSRC: C source code files in this directory.
# COMCSRC: C source code files in the common/monitor directory.
# CPUCSRC: C source code files in the common/cpu directory.
#
LOCSOBJ = $(LOCSSRC:%.S=%.o)
LOCCOBJ = $(LOCCSRC:%.c=%.o)
CPUSOBJ = $(CPUSSRC:%.S=%.o)
CPUCOBJ = $(CPUCSRC:%.c=%.o)
COMCOBJ = $(COMCSRC:%.c=%.o)
# ZLIBOBJ: C source code files in the common/zlib directory.
ZLIBOBJ = $(ZLIBSRC:%.c=%.o)
FLASHOBJ = $(FLASHSRC:%.c=%.o)
IODEVOBJ = $(IODEVSRC:%.c=%.o)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -