component.cdf

来自「mysql-5.0.22.tar.gz源码包」· CDF 代码 · 共 31 行

CDF
31
字号
/* component.cdf - dynamically updated configuration *//* * NOTE: you may edit this file to alter the configuration * But all non-configuration information, including comments, * will be lost upon rebuilding this project. *//* Component information */Component INCLUDE___DB_CAPAPPL_NAME__ {	ENTRY_POINTS	ALL_GLOBAL_SYMBOLS 	MODULES		__DB_APPLICATION_NAME__.o 	NAME		__DB_APPLICATION_NAME__	PREF_DOMAIN	ANY	_INIT_ORDER	usrComponentsInit}/* EntryPoint information *//* Module information */Module __DB_APPLICATION_NAME__.o {	NAME		__DB_APPLICATION_NAME__.o	SRC_PATH_NAME	$PRJ_DIR/../__DB_APPLICATION_NAME__.c}/* Parameter information */

⌨️ 快捷键说明

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