home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / PXSRC_21.ZIP / MSDOS_TC.INF < prev    next >
Text File  |  1990-03-30  |  512b  |  21 lines

  1. Files you'll need to compile with Turbo C under MSDOS:
  2.  
  3. Make file:
  4.     MAKPOLYX.TC
  5. Source files:
  6.     POLYXARC.C
  7.     PAKSORTM.C
  8. Header files:
  9.     P_COMMON.H
  10.     PAKMDEFN.H
  11.  
  12. Instructions: 
  13.     Use Turbo C's MAKE program.
  14.         To make PolyXarc with Turbo C without debug records:
  15.  
  16.              make -DDEBUG=/x -fmakpolyx.TC
  17.  
  18.         with debug records:
  19.  
  20.              make -DDEBUG=/s/l/m/v -fmakpolyx.TC
  21.