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

BREW编程

开发平台:

Visual C++

  1. #============================================================================
  2. #  Name:
  3. #    xmod_arm.min
  4. #
  5. #  Description:
  6. #    Makefile to build the an xmod downloadable module with gcc-arm
  7. #
  8. # Assumptions:
  9. #   1. The ARM ADS tools are installed in $(ARMHOME)
  10. #   2. The BREW sdk include files are installed in $(BREWDIR)/inc
  11. #   3. BREWDIR is defined, and points to the installed location of the 
  12. #      BREW SDK.  Optionally, you can install your app directories next 
  13. #      to the inc directory of the BREW SDK.
  14. #   4. The variable MODNAME below has be set to the proper base name of the
  15. #      module being built
  16. #
  17. #        Copyright