home *** CD-ROM | disk | FTP | other *** search
/ Shareware Breakthrough: Entertainment & Education / SharewearBreakthroughEnt_Ed.cdr / games / wineyes / wineyes next >
Text File  |  1990-08-10  |  314b  |  13 lines

  1. wineyes.res: wineyes.rc wineyes.h wineyes.ico
  2.     rc -r wineyes.rc
  3.  
  4. wineyes.obj: wineyes.c wineyes.h
  5.     cl -c -Gsw -W2 -Zp -Os wineyes.c
  6.  
  7. wineyes.exe: wineyes.obj wineyes.def
  8.     link /NOD /NOE wineyes, ,NUL , libw slibcew, wineyes.def
  9.     rc wineyes.res
  10.  
  11. wineyes.exe: wineyes.res
  12.     rc wineyes.res
  13.