bld.inf
上传用户:tjsjht
上传日期:2021-01-13
资源大小:25k
文件大小:2k
源码类别:

输入法编程

开发平台:

Visual C++

  1. /*
  2. * ============================================================================
  3. *  Name     : bld.inf
  4. *  Part of  : FepSetup
  5. *  Created  : 02/23/2003 by Chiam Poh Guan
  6. *  Description:
  7. *  This file provides the information required for building the
  8. *    whole of a FepSetup.
  9. *  Version  :
  10. *  Copyright: 
  11. * ============================================================================
  12. */
  13. PRJ_PLATFORMS
  14. // specify the platforms your component needs to be built for here
  15. // defaults to WINS ARMI ARM4 THUMB so you can ignore this if you just build these
  16. PRJ_EXPORTS
  17. // Specify the source file followed by its destination here
  18. // copy will be used to copy the source file to its destination
  19. // If there's no destination then the source file will be copied
  20. // to the same name in epoc32include
  21. // Example: 
  22. /*
  23. agnmodelincAGMCOMON.H
  24. */
  25. PRJ_MMPFILES
  26. // Specify the .mmp files required for building the important component
  27. // releasables. Note that you should specify any .mmp files for test
  28. // programs further down the file.
  29. //
  30. // Specify "tidy" if the component you need to build doesn't need to be
  31. // released to the rest of the company
  32. // specify "ignore" if the MMP file exists but should be
  33. // ignored.
  34. // Example:
  35. /*
  36. agnmodelgroupagnmodel.mmp
  37. #if defined(MARM)
  38. agnmodelgroupagsvexe.mmp
  39. #endif
  40. */
  41. SYMBIAN6.1SERIES60SERIES60EXFepSetupgroupFepSetup.mmp
  42. PRJ_TESTMMPFILES
  43. // specify the .mmp files required for building any test programs here
  44. //
  45. // You can specify "manual" to denote that a test should be listed in a
  46. // generated batch file for running a group of tests
  47. // which require user input during testing.
  48. // You can specify "support" to denote that a file is a test support file
  49. // and shouldn't be listed in a batch file for running a group of tests
  50. // By default, each test will be listed in a batch file for running a group
  51. // of tests which can be left to run without requiring watching over
  52. // by the person running the tests, i.e. tests where no user
  53. // input is required.  The default will apply if neither "manual"
  54. // or "support" is specified.
  55. // Example:
  56. /*
  57. agnmodelagtestT_ATTEND.MMP manual
  58. */