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

Symbian

开发平台:

C/C++

  1. if (project.build_choices.count('static') > 0):
  2. print "Target testxres is an application and does not build staticly."
  3. SimpleEmptyRules()
  4. else:
  5. CPPSuffixRule()
  6. common_libraries= 
  7. 'pnmisc pncont pnmisc pnio pndebug '
  8. common_includes= 
  9. '. ./pub ../include'
  10. common_srcs= 
  11.        'testxres.cpp'
  12. SetupDefines()
  13. BuildProgramTarget('testxres', 'OBJS', 'DEPLIBS', 'LOCAL_LIBS', 'SYSLIBS')
  14. DependTarget()