Ignore:
Timestamp:
Dec 31, 2008, 1:03:02 AM (17 years ago)
Author:
bird
Message:

kmk: Added $(root ) to help out with checking for absolute paths on Windows and OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.c

    r2164 r2172  
    12071207  && defined (CONFIG_WITH_PRINTF) \
    12081208  && defined (CONFIG_WITH_LOOP_FUNCTIONS) \
     1209  && defined (CONFIG_WITH_ROOT_FUNC) \
    12091210  && defined (CONFIG_WITH_STRING_FUNCTIONS) \
    12101211  && defined (KMK_HELPERS)
     
    12321233                          " printf"
    12331234                          " for while"
     1235                          " root"
    12341236                          " length insert pos lastpos substr translate"
    12351237                          " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one kb-exp-tmpl "
     
    13011303  strcat (buf, " for while");
    13021304#  endif
     1305#  if defined (CONFIG_WITH_ROOT_FUNC)
     1306  strcat (buf, " root");
     1307#  endif
    13031308#  if defined (CONFIG_WITH_STRING_FUNCTIONS)
    13041309  strcat (buf, " length insert pos lastpos substr translate");
Note: See TracChangeset for help on using the changeset viewer.