China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-26 09:44
中国DOS联盟论坛 » DOS疑难解答 & 问题讨论 (解答室) » Question about compilation mode View 934 Replies 0
Original Poster Posted 2003-07-25 00:00 ·  中国 北京 教育网
初级用户
Credits 112
Posts 3
Joined 2003-07-22 00:00
22-year member
UID 7292
Gender Male
Status Offline
I'm using the wattcp development package. When building the source code into library modules, which compilation mode is used?

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


I configured the wattcp.cfg file, but I don't know which compilation mode should be used together with my configuration file?
Forum Jump: