Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : NOVELL.ZIP
Filename : COMPILER.MAC

 
Output of file : COMPILER.MAC contained in archive : NOVELL.ZIP
;
; COMPILER_H -- Header file to set compiler and data model
;
; The following definitions specify the particular C Compiler
; used:
;
; LAT200 Microsoft (Lattice) Version 2.04
; LAT300 Lattice Version 3.00
; CI201A Computer Innovations C86 Version 201A or later
; MSC400 Microsoft MS 4.00 Compiler
;
; The following definitions specify the data model used:
;
; LDATA Multiple data segments (large data model)
; SDATA Single data segment (small data model)
; LPROG Multiple code segments
; SPROG Single code segment
;
; Version 3.1 May 18, 1987 ( Phoenix Systems Inc. )
; Changed to include definition of Microsoft Version 4.0
;

LAT200 equ 0
LAT300 equ 1
CI201A equ 0
MSC400 equ 0

LDATA equ 1
SDATA equ 0
LPROG equ 1
SPROG equ 0



  3 Responses to “Category : Dbase (Clipper, FoxBase, etc) Languages Source Code
Archive   : NOVELL.ZIP
Filename : COMPILER.MAC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/