home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 17 / midplay / midpla.msc < prev    next >
Text File  |  1992-05-30  |  417b  |  14 lines

  1. #------------------------------------------
  2. # MIDPLA.MSC make file for Microsoft C 7.0
  3. #------------------------------------------
  4.  
  5. midpla.exe : midpla.obj midpla.def midpla.res
  6.      link midpla,, NUL, /nod slibcew oldnames libw mmsystem commdlg, midpla
  7.      rc -t midpla.res
  8.  
  9. midpla.obj : midpla.c midpla.h
  10.      cl -c -G2sw -Ow -W3 -Zp -Tp midpla.c
  11.  
  12. midpla.res : midpla.rc midpla.h
  13.      rc -r midpla.rc
  14.