📄 makeanch
字号:
#######################################################################
#
# Purpose: This file is a 'make' anchor file. It exists to
# set up the home directory for the fdi source code. This
# is then used as an include in our makemacro file and
# all of our makefiles to allow all FDI pathnames to be based
# from this path. This allows re-locatability of FDI
# You will need to change this (drive and path) to reflect the
# base path or root directory necessary to find FDI in your setup.
#
########################################################################
export CPU = ARM7TDMI
#export CPU = CPU32
ifeq ($(CPU),CPU32)
FDI_PATH=C:/fdi/src
WIND_BASE=C:/tornado
else
FDI_PATH=C:/fdi/src
WIND_BASE=C:/tornado2
endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -