2 - description: OpenWatcom 32-bit OS/2 target (Natalia Portillo)
4 match-compiler-exe: "(.*/)?wcl386(\\.exe)?"
6 - "${compiler-exe-dir}/../h"
7 - "${compiler-exe-dir}/../h/os2"
18 #define __WATCOMC__ 1280
19 #define _INTEGRAL_MAX_BITS 64"
20 - description: OpenWatcom 32-bit DOS target (Natalia Portillo)
22 match-compiler-exe: "(.*/)?wcl386(\\.exe)?"
24 - "${compiler-exe-dir}/../h"
37 #define __WATCOMC__ 1280
38 #define _INTEGRAL_MAX_BITS 64"
39 - description: OpenWatcom 32-bit Windows target (Natalia Portillo)
41 match-compiler-exe: "(.*/)?wcl386(\\.exe)?"
43 - "${compiler-exe-dir}/../h"
44 - "${compiler-exe-dir}/../h/nt"
56 #define __WATCOMC__ 1280
57 #define _INTEGRAL_MAX_BITS 64"
58 - description: OpenWatcom 16-bit OS/2 target (Natalia Portillo)
60 match-compiler-exe: "(.*/)?wcl(\\.exe)?"
62 - "${compiler-exe-dir}/../h"
63 - "${compiler-exe-dir}/../h/os21x"
74 #define __WATCOMC__ 1280
75 #define _INTEGRAL_MAX_BITS 64"
76 - description: OpenWatcom 16-bit DOS target
78 match-compiler-exe: "(.*/)?wcl(\\.exe)?"
79 include-dirs: "${compiler-exe-dir}/../h"
92 #define __WATCOMC__ 1280
93 #define _INTEGRAL_MAX_BITS 64"
94 - description: OpenWatcom 32-bit Linux target
95 match-args: "-bt=linux"
96 match-compiler-exe: "(.*/)?wcl386(\\.exe)?"
98 - "${compiler-exe-dir}/../lh"
110 #define __WATCOMC__ 1280
111 #define _INTEGRAL_MAX_BITS 64"