home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 17 / midplay / midpla.bcp next >
Text File  |  1992-05-04  |  462b  |  15 lines

  1. #------------------------------------------
  2. # MIDPLA.BCP make file for Borland C++ 3.1
  3. #------------------------------------------
  4.  
  5. midpla.exe : midpla.obj midpla.def midpla.res
  6.      tlink /c /n /Tw /Lc:\borlandc\lib c0ws midpla, midpla, NUL, \
  7.           import mathws cws, midpla
  8.      rc -t midpla.res
  9.  
  10. midpla.obj : midpla.c midpla.h
  11.      bcc -c -w-par -P -W -2 midpla.c
  12.  
  13. midpla.res : midpla.rc midpla.h
  14.      rc -r -ic:\borlandc\include midpla.rc
  15.