]> 4ch.mooo.com Git - 16.git/blobdiff - 16/xlib/model.inc
in the process of converting xlib into watcom friendly
[16.git] / 16 / xlib / model.inc
index afcdced493ab00f4510d229c60737375d64a1561..0aded8e95f164e8b5b25465c66bcf9e48876226e 100755 (executable)
@@ -1,21 +1,20 @@
-IFDEF s\r
-  DISPLAY "XLIB04 Small Model"\r
-  .model small\r
-ELSE\r
-  IFDEF c\r
-    DISPLAY "XLIB04 Compact Model"\r
-    .model compact\r
-  ELSE\r
-     IFDEF l\r
-       DISPLAY "XLIB04 Large Model"\r
-      .model large\r
-     ELSE\r
-       DISPLAY "WARNING: Model was not defined at the command line."\r
-       DISPLAY "         Using default small model ie /ds         "\r
-       DISPLAY "         Include in TASM commandline either /ds, /dc or /dl"\r
-       .model small\r
-     ENDIF\r
-  ENDIF\r
-ENDIF\r
-\r
-\1a
\ No newline at end of file
+/*;IFDEF s\r
+;  DISPLAY "XLIB04 Small Model"\r
+;  .model small\r
+;ELSE\r
+;  IFDEF c\r
+;    DISPLAY "XLIB04 Compact Model"\r
+;    .model compact\r
+;  ELSE\r
+;     IFDEF l\r
+;       DISPLAY "XLIB04 Large Model"\r
+;      .model large\r
+;     ELSE\r
+;       DISPLAY "WARNING: Model was not defined at the command line."\r
+;       DISPLAY "         Using default small model ie /ds         "\r
+;       DISPLAY "         Include in TASM commandline either /ds, /dc or /dl"\r
+;;       .model small\r
+;     ENDIF\r
+;  ENDIF\r
+;ENDIF\r
+*/\r