home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nukespy.zip / nukespy.mak < prev    next >
Text File  |  1995-10-22  |  391b  |  23 lines

  1. .all: \
  2.   .\nukespy.exe
  3.  
  4. .SUFFIXES: .c
  5.  
  6. .c.obj:
  7.       icc.exe -DDEV /Tl- /Sm /Ss /Q /Tx /Fi /Si /Ti /Gm /Gs /Gf /Gi /Gu /C %s
  8.  
  9. .\nukespy.exe: \
  10.     .\nukespy.obj\
  11.     {$(LIB)}so32dll.lib \
  12.     {$(LIB)}tcp32dll.lib \
  13.     .\nukespy.mak
  14.       icc.exe @<<
  15.  /Q
  16.  /B" /f /do /non /packd /nologo /bat /w /m:full"
  17.  /Fenukespy.exe
  18.  so32dll.lib 
  19.  tcp32dll.lib 
  20.  .\nukespy.obj
  21. <<
  22.  
  23.