Changeset 21936 for trunk/Config.kmk
- Timestamp:
- Jan 12, 2012, 7:46:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r21916 r21936 283 283 # 284 284 # We can't add Toolkit includes in _INCS (it will casuse then to be searched 285 # before GCC headers and lead to conflicts), so use the environment variable.286 # 287 C_INCLUDE_PATH := $(if $(C_INCLUDE_PATH),$(C_INCLUDE_PATH);)$(PATH_SDK_OS2TK4)/h288 CPLUS_INCLUDE_PATH := $(if $(CPLUS_INCLUDE_PATH),$(CPLUS_INCLUDE_PATH);)$(PATH_SDK_OS2TK4)/h289 endif 285 # before GCC headers and lead to conflicts), so use -idirafter. 286 # 287 TEMPLATE_OdinCxx_CFLAGS += -idirafter $(PATH_SDK_OS2TK4)/h 288 TEMPLATE_OdinCxx_CXXFLAGS += -idirafter $(PATH_SDK_OS2TK4)/h 289 endif
Note:
See TracChangeset
for help on using the changeset viewer.