Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenWatcom 32-bit OS/2 target #5

Closed
claunia opened this issue Oct 16, 2021 · 1 comment
Closed

OpenWatcom 32-bit OS/2 target #5

claunia opened this issue Oct 16, 2021 · 1 comment

Comments

@claunia
Copy link
Contributor

claunia commented Oct 16, 2021

compilers:

    - description: OpenWatcom 32-bit OS/2 target
      match-args: "-bt=os2"
      match-compiler-exe: "(.*/)?wcc386(\\.exe)?"
      include-dirs: "${compiler-exe-dir}/../h ${compiler-exe-dir}../h/os2"
      defines-text: "
#define __X86__ 1
#define __386__ 1
#define M_I386 1
#define _M_I386 1
#define _M_IX86 500
#define __OS2__ 1
#define __FLAT__ 1
#define M_386FM 1
#define _M_386FM 1
#define __WATCOMC__ 1280
#define _INTEGRAL_MAX_BITS 64"
@claunia
Copy link
Contributor Author

claunia commented Oct 18, 2021

Superseeded by #7.

@claunia claunia closed this as completed Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant