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