ci_env.i386-pc-msdoswatcom.sh 470 B

123456789101112131415161718
  1. # Copyright (c) 2023-2024 Cosmin Truta.
  2. #
  3. # Use, modification and distribution are subject to the MIT License.
  4. # Please see the accompanying file LICENSE_MIT.txt
  5. #
  6. # SPDX-License-Identifier: MIT
  7. export CI_TARGET_ARCH=i386
  8. export CI_TARGET_SYSTEM=msdoswatcom
  9. export CI_CC="wcl386"
  10. # Open Watcom V2 CMake build
  11. # https://github.com/open-watcom/open-watcom-v2/discussions/716
  12. export CI_CMAKE_GENERATOR="Watcom WMake"
  13. export CI_CMAKE_VARS="
  14. -DCMAKE_SYSTEM_NAME=DOS
  15. "