runxdc.sh

来自「davinci_lab audio record」· Shell 代码 · 共 17 行

SH
17
字号
#! /bin/sh#  import install paths#  putting the first period before the shell invokation keeps the changes#      to environment variables set here. Otherwise, changes to environment#      are only within the context of the executed script. ../setpaths.sh#  Define search paths for included packagesexport XDCPATH="$CE_INSTALL_DIR/packages"#  Define options for executionexport XDCBUILDCFG=$(pwd)"/../config.bld"#  Execute xdc command to make all packagesxdc $@ -P *

⌨️ 快捷键说明

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