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

📄 environment.in

📁 linux 下的源代码分析阅读器 red hat公司新版
💻 IN
字号:
# $Id: environment.in,v 1.5 2005/04/15 19:00:19 philipr Exp $
# Lists environment variables needed to install particular
# features in Windows.  Feature names must be
# listed in features.in .  The meaning of each line is:
# if a given FEATURE is selected, add to the environment VARIABLE
# the given VALUE (relative to the root of the tree).
# Options may be +first or +last to put it at the beginning or end
# of the variable.  The items are processed in the order given here,
# so an entry with +first will no longer be first if another line
# with +first follows it.

# Note: columns below must be separated by tabs.

# feature	variable		value			options

DCoreAPI	PATH			/bin\\debug		+first
CoreAPI		PATH			/bin			+first

# The debug versions go last, they are preferred if they are installed.
JavaEx		CLASSPATH		/jar\\dbexamples.jar	+last
JavaAPI		CLASSPATH		/jar\\db.jar		+last
DJavaEx		CLASSPATH		/jar\\debug\\dbexamples.jar	+last
DJavaAPI	CLASSPATH		/jar\\debug\\db.jar	+last

⌨️ 快捷键说明

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