⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 app_local_x64p.pjt

📁 DM6446的codec engine 应用端算法源码
💻 PJT
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)[Project Settings]ProjectName="app_local_x64P"ProjectType=ExternalCPUFamily=TMS320C64XXTool="Compiler"Tool="CustomBuilder"Config="Executable"[Project Dependencies]Source="/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/codecs/viddec_copy/package/codecs.viddec_copy.pjt"Source="/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/codecs/videnc_copy/package/codecs.videnc_copy.pjt"Source="/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/apps/video_copy/singlecpu/package/apps.video_copy.singlecpu.pjt"["/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/codecs/viddec_copy/package/codecs.viddec_copy.pjt" Settings]ExcludeFromBuild=true["/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/codecs/videnc_copy/package/codecs.videnc_copy.pjt" Settings]ExcludeFromBuild=true["/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/apps/video_copy/singlecpu/package/apps.video_copy.singlecpu.pjt" Settings]ExcludeFromBuild=true;;  Specify the include path so CCS can find source files; without this ;  CCS gets very confused by files with the same name in different ;  directories.;["Compiler" Settings: "Executable"]Options=-i"/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples/apps/video_copy/singlecpu/../../.." -i"/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/packages" -i"/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/cetools/packages" -i"/db/rtree/install/trees/products/sabios-g11/product/Linux/bios_5_30/packages" -i"/db/rtree/install/trees/products/sabios-g11/product/Linux/bios_5_30/xdctools/packages" -i"/db/atree/library/trees/ce-d14x/src/codec_engine_1_02/examples" [External Makefile]ExtMakefile=../../package.bld;;  Name the source files that should show up in the project window; i.e., ;  the files we expect the user to edit within CCS.;[Source Files]Source="../../package.bld"Source="app_local_x64P.c"Source="../../local.tcf"["../../package.bld" Settings: "Executable"]UseCustomBuild=trueCustomBuildCmd=/db/rtree/install/trees/products/sabios-g11/product/Linux/bios_5_30/xdctools/xdc app_local.x64P; if no custom "clean" command is specified, rebuild all deletes the; following files before running the build command above.  We delete; package.mak to force a re-build of the makefile (which currently forces; a rebuild of virtually everything).;CustomBuildOutput="app_local.x64P";CustomBuildOutput="package.mak";  Don't use 'xdc clean' command here because this also deletes the project;  file that is currently open.  This causes the command to hang waiting for;  CCS to close the file, which it doesn't do (of course).;;  Instead we only clean out those files associated with the target used to;  build the executable.;CustomCleanCmd=/db/rtree/install/trees/products/sabios-g11/product/Linux/bios_5_30/xdctools/xdc clean,64P;;  We need to exclude these from the build or provide a command to run from;  the directory containing the file; otherwise CCS complains about not;  being able to "build" this file.  Adding a custom build step causes CCS;  to run this *in addition* to the project build above; thus we do nothing;["app_local_x64P.c" Settings: "Executable"]ExcludeFromBuild=true["../../local.tcf" Settings: "Executable"]ExcludeFromBuild=true

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -