CppAppTemplate.mak
上传用户:bbscsl
上传日期:2007-01-14
资源大小:17k
文件大小:10k
源码类别:

BREW编程

开发平台:

Visual C++

  1. #============================================================================
  2. #  Name:
  3. #    $(TARGET).MAK
  4. #
  5. #  Description:
  6. #    Makefile to build the $(TARGET) downloadable module.
  7. #
  8. #   The following nmake targets are available in this makefile:
  9. #
  10. #     all           - make .elf and .mod image files (default)
  11. #     clean         - delete object directory and image files
  12. #     filename.o    - make object file
  13. #
  14. #   The above targets can be made with the following command:
  15. #
  16. #     nmake /f $(TARGET).mak [target]
  17. #
  18. #  Assumptions:
  19. #    1. The ARM ADS 1.0.1 tools are installed in the c:ads directory.
  20. #    2. This Makefile can be used with the ARM ADS 1.0.1 Compiler only. 
  21. #
  22. #  Notes:
  23. #    1. While building the application using this make file, the following warnings may be 
  24. #       received. They can be safely ignored:
  25. #       "Warning: C2067I: option -zas will not be supported in future releases of the compiler
  26. #       "Warning: C2071W: option -za will not be supported in future releases of the compiler 
  27. #       "Warning: L6305W: Image does not have an entry point. (Not specified or not set due to 
  28. #          multiple choices).
  29. #  
  30. #
  31. #        Copyright