home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 13 / midvue.msc < prev    next >
Text File  |  1992-03-18  |  332b  |  11 lines

  1. #------------------------------------------
  2. # MIDVUE.MSC make file for Microsoft C 7.0
  3. #------------------------------------------
  4.  
  5. midvue.exe : midvue.obj midvue.def
  6.      link midvue,, NUL, /nod slibcew oldnames libw mmsystem, midvue
  7.      rc -t midvue.exe
  8.  
  9. midvue.obj : midvue.c
  10.      cl -c -G2sw -Ow -W3 -Zp -Tp midvue.c
  11.