CAppTemplate.mak
资源名称:textwin [点击查看]
上传用户:bbscsl
上传日期:2007-01-14
资源大小:17k
文件大小:10k
源码类别:
BREW编程
开发平台:
Visual C++
- #============================================================================
- # Name:
- # $(TARGET).MAK
- #
- # Description:
- # Makefile to build the $(TARGET) 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 $(TARGET).mak [target]
- #
- # Assumptions:
- # 1. The ARM ADS 1.0.1 tools are installed in the c:ads directory.
- # 2. This Makefile can be used with the ARM ADS 1.0.1 Compiler only.
- #
- # Notes:
- # 1. While building the application using this make file, the following warnings may be
- # received. They can be safely ignored:
- # "Warning: C2067I: option -zas will not be supported in future releases of the compiler
- # "Warning: C2071W: option -za will not be supported in future releases of the compiler
- # "Warning: L6305W: Image does not have an entry point. (Not specified or not set due to
- # multiple choices).
- #
- #
- # Copyright