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


# 
# Microsoft makefile for DEVICE [Win32] 
# Requires WSC32.DLL & WSC32.LIB 
# 
# To use: "nmake device._m_" 
# 
 
CCFLAGS = -c -DWIN32 -DSTRICT -G3 -Ow -W3 -Zp -Tp 
 
device.exe: device.obj wsc32.lib 
  link device.obj -out:device.exe wsc32.lib user32.lib kernel32.lib 
 
device.obj: device.c wsc.h 
   cl $(CCFLAGS) device.c