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