📄 runxdc.sh
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -