Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OpenWatcom: Refactor population of standard include directories | Jiri Malak | 2023-01-24 | 1 | -15/+7 |
| | | | | | Add setup of system include directories to language related macro to remove extra lines for C and CXX. System include directories are always same for both languages (they are defined per platform). | ||||
* | OpenWatcom: Support CMAKE_WATCOM_RUNTIME_LIBRARY with Linux and OS/2 builds | Cameron Cawley | 2022-05-06 | 1 | -0/+15 |
| | |||||
* | OpenWatcom: Add OS/2 target support | Jiri Malak | 2020-05-06 | 1 | -0/+35 |
OS/2 16-bit and 32-bit target support files for cross-compilation by OpenWatcom. It is used if CMAKE_SYSTEM_NAME=OS2 is defined. If CMAKE_SYSTEM_PROCESSOR=I86 is defined then 16-bit OS/2 target is used, otherwise 32-bit OS/2 target is used. |