sitecreatelib.upp
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:1k
- ### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
- ### -*- Mode: Python -*-
- ### files: symbian.pcf -> sitecreatelib
- project.AddIncludes( '.', './pub', 'pub/platform/symbian', 'platform/symbian', '../colconverter/pub', '../colconverter/pub/platform/symbian', '../system/pub', '../../client/videosvc/pub', '../../datatype/rm/include' )
- project.AddSources('platform/symbian/minisymbiansurf.cpp', 'platform/symbian/minisymbiansite.cpp')
- UmakefileVersion(2,1)
- UmakefileVersion(2,1)
- project.AddIncludes('../../common/include', '../../common/container/pub', '../../common/dbgtool/pub', '../../common/system/pub', '../../common/runtime/pub', '../../common/util/pub', '../../client/include', '../../datatype/rm/common/pub', '../include')
- if ('HELIX_FEATURE_MINI_SITE' in project.defines):
- project.AddSources( 'minisitebuild.cpp')
- else:
- project.AddSources('basesitebuild.cpp')
- LibraryTarget('sitecreatelib')
- pass ## pre-processor removed="DependTarget()"
- ### END UMAKE PRE-PROCESSOR OUTPUT