⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.mak

📁 brew2.0开发,本程序实现了Brew中定位的所有类别.
💻 MAK
字号:
#============================================================================
#  Name:
#    MAKEFILE.MAK
#
#  Description:
#    Makefile to build the downloadable module.
#
#   The following nmake targets are available in this makefile:
#
#     all           - make .elf and .mod image files (default)
#     clean         - delete object directory and image files
#     filename.o    - make object file
#
#   The above targets can be made with the following command:
#
#     nmake -f makefile.mak [target]
#
# Assumptions:
#   1. The ARM ADS tools are installed in $(ARMHOME)
#   2. The BREW sdk source files AEEAppGen.c and AEEModGen.c are installed
#      in $(BREWDIR)/src
#   3. The BREW sdk include files are installed in $(BREWDIR)/inc
#   4. The variable TARGET below has been set to the proper base name of the
#      module being built
#
# Copyright 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -