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


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