makeanch

来自「FDI Intel开发的FLASH文件系统,功能很强大」· 代码 · 共 23 行

TXT
23
字号
#######################################################################
#
# 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 + =
减小字号Ctrl + -
显示快捷键?