📄 umakefil.upp
字号:
### UMAKE PRE-PROCESSOR OUTPUT: DO NOT CHECK INTO CVS
### -*- Mode: Python -*-
### files: symbian.pcf -> Umakefil
project.symbianUtil.UseARMICompiler()
import os
UmakefileVersion(2,2)
project.AddModuleLibraries("datatype/amr/common[amrcomlib]", "common/dbgtool[debuglib]", "common/runtime[runtlib]")
project.AddModuleIncludes("common/include", "common/dbgtool/pub", "common/runtime/pub", "datatype/amr/common/pub", "datatype/include", "datatype/rm/include")
project.AddIncludes(GetSDKPath("amr_wb_src"))
project.AddSources("initguid.cpp", "amr_wb_entry.cpp", "amr_wb_codec.cpp")
if 'symbian-armi' in sysinfo.family_list or 'symbian-thumb' in sysinfo.family_list:
project.symbianUtil.UseARMICompiler()
project.AddLibraries(GetSDKPath("amrwb_lib"))
else:
project.AddDefines('IF2')
project.AddSources(os.path.join(GetSDKPath("amr_wb_src"), "dec_if.c"), os.path.join(GetSDKPath("amr_wb_src"), "if_rom.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_main.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_dtx.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_rom.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_gain.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_util.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_acelp.c"), os.path.join(GetSDKPath("amr_wb_src"), "dec_lpc.c"))
project.ExportFunction("RACreateDecoderInstance", "const CLSID &clsid, IUnknown** ppUnknown")
project.SetDLLTypeCodec()
DLLTarget('amrw')
pass ## pre-processor removed="DependTarget()"
### END UMAKE PRE-PROCESSOR OUTPUT
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -