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

  1. #------------------------------------------
  2. # MIDVUE.BCP make file for Borland C++ 3.0
  3. #------------------------------------------
  4.  
  5. midvue.exe : midvue.obj midvue.def
  6.      tlink /c /n /Tw /Lc:\borlandc\lib c0ws midvue, midvue, NUL, \
  7.           import mathws cws mmsystem, midvue
  8.      rc -t midvue.exe
  9.  
  10. midvue.obj : midvue.c
  11.      bcc -c -w-par -P -W -2 midvue.c
  12.