brewser_arm.mak
上传用户:xinjie
上传日期:2021-05-30
资源大小:491k
文件大小:2k
源码类别:

BREW编程

开发平台:

Visual C++

  1. #============================================================================
  2. #  Name:
  3. #    brewser_arm.mak
  4. #
  5. #  Description:
  6. #    Makefile to build the brewser downloadable module with ADS 1.01
  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. #     make -f brewser_arm.mak [target]
  17. #
  18. # Assumptions:
  19. #   1. The variable TARGET below has be set to the proper base name of the
  20. #        module being built
  21. #   2. ../xmod exists and contains the include makefile and xmodstub.c 
  22. #       (the ARM mode AEEMod_Load entry stub)
  23. #
  24. #        Copyright