Changeset 22133
- Timestamp:
- Jul 25, 2017, 1:03:21 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r22027 r22133 313 313 endif 314 314 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 # 315 319 ifneq ($(PATH_SDK_OS2TK4),) 316 #317 # We can't add Toolkit includes in _INCS (it will casuse then to be searched318 # before GCC headers and lead to conflicts), so use -idirafter.319 #320 320 TEMPLATE_OdinCxx_CFLAGS += -idirafter $(PATH_SDK_OS2TK4)/h 321 321 TEMPLATE_OdinCxx_CXXFLAGS += -idirafter $(PATH_SDK_OS2TK4)/h 322 endif 322 else 323 # Assume os2tk45-headers RPM 324 TEMPLATE_OdinCxx_CFLAGS += -idirafter /@unixroot/usr/include/os2tk45 325 TEMPLATE_OdinCxx_CXXFLAGS += -idirafter /@unixroot/usr/include/os2tk45 326 endif
Note:
See TracChangeset
for help on using the changeset viewer.
