home *** CD-ROM | disk | FTP | other *** search
- ;
- ; COMP_xxx.MAC -- Include file to set C compiler and model for
- ; assembly language functions.
- ;
- ; The following definitions specify the particular C compiler
- ; used:
- ;
- ; TC100 Turbo C v1.00 or later.
- ; MSC500 Microsoft C v5.00 or later.
- ;
- ; Version 6.00 (C)Copyright Blaise Computing Inc. 1983-1985, 1987, 1989
- ;
-
- MSC500 EQU 0
- TC100 EQU 1
-
- BCOMPACT equ 0
- BHUGE equ 0
- BLARGE equ 0
- BMEDIUM equ 1
- BSMALL equ 0
- BTINY equ 0