summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Linux-OpenWatcom.cmake
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
| | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ```
* OpenWatcom: Refactor population of standard include directoriesJiri Malak2023-01-241-9/+5
| | | | | 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 buildsCameron Cawley2022-05-061-0/+13
|
* OpenWatcom: Fix Linux support fileJiri Malak2020-05-061-4/+13
| | | | | | Fix CMAKE_SHARED_LINKER_FLAGS_INIT macro Fix executable file name for Linux to be without extension Add system header files directory for cross-compilation
* OpenWatcom: Add Linux supportJiri Malak2020-04-291-0/+16
It is native Linux support for Linux host executable only (only static library support, no shared library support).