webber_ads.mak

来自「一些brew的简单代码」· MAK 代码 · 共 28 行

MAK
28
字号
#============================================================================
#  Name:
#    webber_thumb.mak
#
#  Description:
#    Makefile to build the webber downloadable module with ADS 1.01
#
#   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 webber_thumb.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 $(BREWSDKDIR)/src
#   3. The BREW sdk include files are installed in $(BREWSDKDIR)/inc
#   4. Optionally the AEE include files may be placed in $(BREWAEEDIR) instead
#      of $(BREWSDKDIR)/inc if BREWAEEDIR is suitably defined
#   5. The variable TARGET below has be set to the proper base name of the
#      module being built
#
#        Copyright 

⌨️ 快捷键说明

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