📄 video_copy_x64p.pjt
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)[Project Settings]ProjectName="video_copy_x64P"ProjectType=ExternalCPUFamily=TMS320C64XXTool="Compiler"Tool="CustomBuilder"Config="Executable"[Project Dependencies]Source="/opt/smgEngine/servers/video_copy/package/servers.video_copy.pjt"Source="/opt/smgEngine/codecs/videnc_copy/package/codecs.videnc_copy.pjt"Source="/opt/smgEngine/codecs/viddec_copy/package/codecs.viddec_copy.pjt"["/opt/smgEngine/servers/video_copy/package/servers.video_copy.pjt" Settings]ExcludeFromBuild=true["/opt/smgEngine/codecs/videnc_copy/package/codecs.videnc_copy.pjt" Settings]ExcludeFromBuild=true["/opt/smgEngine/codecs/viddec_copy/package/codecs.viddec_copy.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"/opt/smgEngine/servers/video_copy/../.." -i"/opt/dvevm_1_10/codec_engine_1_02/packages" -i"/opt/dvevm_1_10/xdais_5_00/packages" -i"/opt/dvevm_1_10/dsplink_1_30_08_02/packages" -i"/opt/dvevm_1_10/cmem_1_01/packages/" -i"/opt/dvevm_1_10/framework_components_1_00_03/packages" -i"/opt/mv_pro_4.0/montavista/pro/devkit/lsp/ti-davinci/include" -i"/opt/dvevm_1_10/codec_servers_1_00/packages" -i"/opt/TI/dvsdk/bios_5_31_01/packages" -i"/opt/dvevm_1_10/xdctools_1_21/packages" -i"/opt/smgEngine" [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="video_copy_x64P.c"Source="../../video_copy.tcf"["../../package.bld" Settings: "Executable"]UseCustomBuild=trueCustomBuildCmd=/opt/dvevm_1_10/xdctools_1_21/xdc video_copy.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="video_copy.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=/opt/dvevm_1_10/xdctools_1_21/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;["video_copy_x64P.c" Settings: "Executable"]ExcludeFromBuild=true["../../video_copy.tcf" Settings: "Executable"]ExcludeFromBuild=true
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -