标题: 编译模式问题
[打印本页]
作者: hustlemon
时间: 2003-7-25 00:00
标题: 编译模式问题
我使用的是wattcp开发包,请问在将源代码生成为库模块的时候,采用的是哪种编译方式?
TRACE - turn on tracing/debugging code
SKIPINI - bootp/dhcp only, no WATTCP.CFG (size critical apps)
ETH_MSS - you might set =576 for serial use (EPPPD), mostly
useful if lacking CFG file (SKIPINI, etc)
TW_TO - set between 30 and 240 for an RFC-compliant
TIME_WAIT period (defaults to 2, higher can delay
sock_wait_closed() much longer)
#CFLAGS= $(DEBUGS) -DMSDOS -IC:\borlandc\include -I..\include
#CFLAGS= $(DEBUGS) -DMSDOS -IC:\bc4\include -I..\include
#CFLAGS= $(DEBUGS) -DMSDOS -DSKIPINI -DETH_MSS=576 -IC:\borlandc\include -I..\include
CFLAGS= $(DEBUGS) -DMSDOS -DETH_MSS=576 -IC:\borlandc\include -I..\include
我配置了wattcp.cfg文件,但是我不知道采用一种编译方式才和我的配置文件是配合使用的?[em27]