]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/model.inc
in the process of converting xlib into watcom friendly
[16.git] / 16 / xlib / model.inc
1 /*;IFDEF s\r
2 ;  DISPLAY "XLIB04 Small Model"\r
3 ;  .model small\r
4 ;ELSE\r
5 ;  IFDEF c\r
6 ;    DISPLAY "XLIB04 Compact Model"\r
7 ;    .model compact\r
8 ;  ELSE\r
9 ;     IFDEF l\r
10 ;       DISPLAY "XLIB04 Large Model"\r
11 ;      .model large\r
12 ;     ELSE\r
13 ;       DISPLAY "WARNING: Model was not defined at the command line."\r
14 ;       DISPLAY "         Using default small model ie /ds         "\r
15 ;       DISPLAY "         Include in TASM commandline either /ds, /dc or /dl"\r
16 ;;       .model small\r
17 ;     ENDIF\r
18 ;  ENDIF\r
19 ;ENDIF\r
20 */\r