summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/OS2-OpenWatcom-CXX.cmake
Commit message (Collapse)AuthorAgeFilesLines
* OpenWatcom: Support CMAKE_WATCOM_RUNTIME_LIBRARY with Linux and OS/2 buildsCameron Cawley2022-05-061-0/+1
|
* OpenWatcom: Add OS/2 target supportJiri Malak2020-05-061-0/+1
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.