www.pudn.com > wsc4c30.zip > EVENT._B_


# 
# Borland console mode makefile for EVENT [Win32] 
# Requires WSC32.DLL 
# 
# To use: "make -fevent._B_" 
# 
 
CCFLAGS = -c -DWIN32 
 
event.exe: event.obj wsc32_.lib  
    tlink32 -Tpe -ap -c c0x32 event, event,event, wsc32_.lib cw32i import32 
 
# construct LIB from WSC32.DLL 
wsc32_.lib: wsc32.dll 
   implib wsc32_.lib wsc32.dll 
 
event.obj: event.c wsc.h 
   bcc32 $(CCFLAGS)  event.c