15
2015
10

fluffos 3.0(alpha9.0) local_options配置详细选项

/*
 * local_options.h: compile-time configuration of the driver
 */

/****************************************************************************
 * EVERY time you change ANYTHING in this file, RECOMPILE from scratch.     *
 * (type "make clean" then "make" on a UNIX system) Failure to do so may    *
 * cause the driver to behave oddly.                                        *
 ****************************************************************************/

26
2013
08

options.h配置详细选项

 

/* options.h配置详细选项
—————————————————————————-
将 MudOS 下载解压以后可以在相应目录的根目录中找到 options.h 这个文件。如果修
 改了这个文件,那么每次都需要重新编译 MudOS 才能生效。重新编译之前,请执行 ma
 ke clean 一下。
 下面的 options.h 来自 MudOSv22.2b10,MudOS作者推荐在修改options.h 之前,先将
 它备份成 local_options。新的特性将会自动对比local_options并且在编译的时候告知
 。文中的选项定义并非最原始的定义。此文只是为了说明各个选项的大致含义。
options.h: defines for the compile-time configuration of the MudOS driver
 */

«1»