Umakefil.upp
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:0k
源码类别:

Symbian

开发平台:

C/C++

  1. ### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
  2. ### -*- Mode: Python -*-
  3. ### files: Umakefil
  4. UmakefileVersion(2,1)
  5. if project.BuildOption('do_unit_tests'):
  6. MultiTargetMake('library', 'test/Umakefil')
  7. else:
  8. MultiTargetMake('library')
  9. ### END UMAKE PRE-PROCESSOR OUTPUT