Changeset 22133


Ignore:
Timestamp:
Jul 25, 2017, 1:03:21 AM (8 years ago)
Author:
dmik
Message:

Support building with os2tk45-headers RPM.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r22027 r22133  
    313313endif
    314314
     315#
     316# We can't add Toolkit includes in _INCS (it will casuse them to be searched
     317# before GCC headers and lead to conflicts), so use -idirafter.
     318#
    315319ifneq ($(PATH_SDK_OS2TK4),)
    316 #
    317 # We can't add Toolkit includes in _INCS (it will casuse then to be searched
    318 # before GCC headers and lead to conflicts), so use -idirafter.
    319 #
    320320TEMPLATE_OdinCxx_CFLAGS    += -idirafter $(PATH_SDK_OS2TK4)/h
    321321TEMPLATE_OdinCxx_CXXFLAGS  += -idirafter $(PATH_SDK_OS2TK4)/h
    322 endif
     322else
     323# Assume os2tk45-headers RPM
     324TEMPLATE_OdinCxx_CFLAGS    += -idirafter /@unixroot/usr/include/os2tk45
     325TEMPLATE_OdinCxx_CXXFLAGS  += -idirafter /@unixroot/usr/include/os2tk45
     326endif
Note: See TracChangeset for help on using the changeset viewer.