home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 04 / addsynth.bcp next >
Text File  |  1991-10-27  |  527b  |  15 lines

  1. #--------------------------------------------
  2. # ADDSYNTH.BCP make file for Borland C++ 2.0
  3. #--------------------------------------------
  4.  
  5. addsynth.exe : addsynth.obj addsynth.def addsynth.res
  6.      tlink /c /n /Tw /Lc:\borlandc\lib c0ws addsynth, addsynth, NUL, \
  7.            /nod cwins cs import maths mmsystem, addsynth
  8.      rc -t addsynth.res
  9.  
  10. addsynth.obj : addsynth.c addsynth.h instdefs.h
  11.      bcc -c -w-par -W -2 addsynth.c
  12.  
  13. addsynth.res : addsynth.rc addsynth.h
  14.      rc -r -ic:\borlandc\include addsynth.rc
  15.