home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c070 / 4.ddi / TOOLS.4 / TCTSRC1.EXE / COMP_T2H.MAC < prev    next >
Encoding:
Text File  |  1989-03-31  |  464 b   |  23 lines

  1. ;
  2. ;   COMP_xxx.MAC -- Include file to set C compiler and model for
  3. ;            assembly language functions.
  4. ;
  5. ;   The following definitions specify the particular C compiler
  6. ;   used:
  7. ;
  8. ;    TC100    Turbo C v1.00 or later.
  9. ;    MSC500    Microsoft C v5.00 or later.
  10. ;
  11. ;  Version 6.00 (C)Copyright Blaise Computing Inc.  1983-1985, 1987, 1989
  12. ;
  13.  
  14. MSC500     EQU    0
  15. TC100     EQU    1
  16.  
  17. BCOMPACT equ    0
  18. BHUGE     equ    1
  19. BLARGE     equ    0
  20. BMEDIUM  equ    0
  21. BSMALL     equ    0
  22. BTINY     equ    0
  23.