home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / network / lsshdown / makefile < prev   
Makefile  |  1993-01-11  |  233b  |  9 lines

  1.  
  2. lsshdown.exe: lsshdown.c lsshdown.res lsshdown.def
  3.  icc -S2 -Ss+ -G4 -Gf+ -Gs+ -O+ -Gd- lsshdown.c lsshdown.def netoem.lib netapi.lib
  4.  rc lsshdown.res lsshdown.exe
  5.  
  6. lsshdown.res: lsshdown.rc lsshdown.ico
  7.  rc -r lsshdown.rc
  8.  
  9.