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


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