xmod_ads.min
来自「以BREW为开发平台,以C为开发语言的浏览器的实例」· MIN 代码 · 共 27 行
MIN
27 行
#============================================================================
# Name:
# xmod_ads.min
#
# Description:
# Makefile to build the an xmod downloadable module with ADS 1.x
#
# 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 xmod_ads.mak [target]
#
# Assumptions:
# 1. The ARM ADS tools are installed in $(ARMHOME)
# 2. The BREW sdk include files are installed in $(BREWSDKDIR)/inc
# 3. BREWDIR is defined, and points to the installed location of the
# BREW SDK. Optionally, you can install your app directories next
# to the inc directory of the BREW SDK.
# 4. The variable MODNAME below has be set to the proper base name of the
# module being built
#
# Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?