home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / unzipped / programr / bcpp / bachtocc / bachtocc.bcp next >
Encoding:
Text File  |  1991-12-26  |  409 b   |  12 lines

  1. #--------------------------------------------
  2. # BACHTOCC.BCP make file for Borland C++ 2.0
  3. #--------------------------------------------
  4.  
  5. bachtocc.exe : bachtocc.obj bachtocc.def
  6.      tlink /c /n /Tw /Lc:\borlandc\lib c0ws bachtocc, bachtocc, NUL, \
  7.            /nod cwins cs import maths mmsystem, bachtocc
  8.      rc -t -30 bachtocc.exe
  9.  
  10. bachtocc.obj : bachtocc.c
  11.      bcc -c -w-par -W -2 bachtocc.c
  12.