umakefil.upp
来自「symbian 下的helix player源代码」· UPP 代码 · 共 16 行
UPP
16 行
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: symbian.pcf -> Umakefil
project.AddModuleIncludes("common/dbgtool/pub", "common/include", "common/container/pub", "clientapps/symbianplayer/platform/symbian/file/pub")
project.AddSources("rm_recog.cpp", "recog_util.cpp", "mpa_frame_header.cpp")
project.AddModuleLibraries("common/dbgtool[debuglib]", "common/container[contlib]", "common/runtime[runtlib]")
project.AddSystemLibraries( 'EUSER.LIB', 'APMIME.LIB')
SetSymbianProgramTargetType("mdl")
project.symbianUtil.SetUIDs(0, 0, 0x10009d0d)
UmakefileVersion(2,0)
ProgramTarget("hxsymrecog")
pass ## pre-processor removed="DependTarget()"
### END UMAKE PRE-PROCESSOR OUTPUT
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?