www.pudn.com > wsc4c30.zip > ECHOPORT._W_
#
# Watcom makefile for echoport.c [Win32]
# Requires WSC32.DLL & WSC32.LIB
#
# To use: "wmake -f echoport32._w_"
#
CCFLAGS = -w4 -otexan -3s -bt=nt -mf -DWIN32
echoport.exe : echoport.obj wsc32.lib
wlink d all SYS nt op m libr wsc32.lib op maxe=10 op q op symf @echoport.lnk
echoport.obj : echoport.c
wcc386 echoport.c $(CCFLAGS)