cshrc

来自「Vxworks的培训教程,大家分享下啊,」· 代码 · 共 39 行

TXT
39
字号
# Environment variables and aliases for Tornado class.# Add to .cshrc file in student home directory.# Variables preceeded by ## must be supplied by system administrator.# Base of the Tornado tree should be wind, located in student HOME directory.# Labs should also be student HOME directory.##                                  HOME#                                    |#                 ----------------------------------------#                 |                            |         |#                 lab3   ...............     lab14      wind## In solaris, the following must exist:#                                                  /usr/dt/lib#                                                  /usr/openwin/lib# ------------------------ Solaris --------------------------# Tornado environment variables (VxSIM - solaris)# If the license manager host is different from the registry host, uncomment# the following line specifying the host where the license manager daemon runs:# setenv WIND_LMHOST ##wlmdHostsetenv WIND_HOST_TYPE    sun4-solaris2setenv WIND_BASE         ~/windsetenv WIND_REGISTRY     ##wtxregd hostnamesetenv PATH ${PATH}:${WIND_BASE}/host/${WIND_HOST_TYPE}/binsetenv GCC_EXEC_PREFIX ${WIND_BASE}/host/${WIND_HOST_TYPE}/lib/gcc-lib/setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/usr/dt/lib:/usr/openwin/lib# Tornado aliases (VxSIM - solaris)alias ccx  'ccsimso -c -I${WIND_BASE}/target/h -DCPU=SIMSPARCSOLARIS -fno-builtin -Wall -nostdinc'alias tman 'man -M ${WIND_BASE}/host/man:${WIND_BASE}/target/man:${WIND_BASE}/host/${WIND_HOST_TYPE}/man'

⌨️ 快捷键说明

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