home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TP_ADV.ZIP / LIST0204.INC < prev    next >
Encoding:
Text File  |  1989-07-31  |  256 b   |  17 lines

  1. { Debugging include file that will be used in subsequent     }
  2. { programming examples.                                      }
  3. {$IFDEF DEBUG}
  4.   {$R+}
  5.   {$S+}
  6.   {$I+}
  7.   {$D+}
  8.   {$L+}
  9. {$ELSE}
  10.   {$R-}
  11.   {$S-}
  12.   {$I-}
  13.   {$D-}
  14.   {$L-}
  15. {$ENDIF}
  16.  
  17.