Changeset 22092 for branches/swt/Config.kmk
- Timestamp:
- Mar 31, 2015, 5:56:39 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/Config.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/Config.kmk
r22086 r22092 338 338 ifneq ($(PATH_SDK_OS2TK4),) 339 339 # 340 # We can't add Toolkit includes in _INCS (it will ca suse thento be searched340 # We can't add Toolkit includes in _INCS (it will cause them to be searched 341 341 # before GCC headers and lead to conflicts), so use -idirafter. 342 342 # … … 344 344 TEMPLATE_OdinCxx_CXXFLAGS += -idirafter $(PATH_SDK_OS2TK4)/h 345 345 endif 346 347 # 348 # If DBG_CON is defined, jam it in to globally enable simple console logging. 349 # If not, then per source console logging can be enabled by defining DBG_CON 350 # _before_ the inclusion of the <misc.h> header. 351 # 352 ifneq ($(DBG_CON),undefined) 353 TEMPLATE_OdinCxx_CFLAGS += -DDBG_CON 354 TEMPLATE_OdinCxx_CXXFLAGS += -DDBG_CON 355 endif
Note:
See TracChangeset
for help on using the changeset viewer.
