Ignore:
Timestamp:
Nov 8, 2011, 10:28:16 PM (14 years ago)
Author:
bird
Message:

kmk: hacking on a new kmk/kBuild language extension.

File:
1 edited

Legend:

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

    r2532 r2548  
    12791279  && defined (CONFIG_WITH_TOUPPER_TOLOWER) \
    12801280  && defined (CONFIG_WITH_DEFINED) \
    1281   && defined (CONFIG_WITH_VALUE_LENGTH) && defined (CONFIG_WITH_COMPARE) \
     1281  && defined (CONFIG_WITH_VALUE_LENGTH) \
     1282  && defined (CONFIG_WITH_COMPARE) \
    12821283  && defined (CONFIG_WITH_STACK) \
    12831284  && defined (CONFIG_WITH_MATH) \
     
    13021303  (void) define_variable ("KMK_FEATURES", 12,
    13031304                          "append-dash-n abspath includedep-queue install-hard-linking"
     1305                          " kBuild-define"
    13041306                          " rsort"
    13051307                          " abspathex"
     
    13311333# else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */
    13321334#  error "All features should be enabled by default!"
    1333   strcpy (buf, "append-dash-n abspath includedep-queue install-hard-linking");
     1335  strcpy (buf, "append-dash-n abspath includedep-queue install-hard-linking"
     1336               " kBuild-define");
    13341337#  if defined (CONFIG_WITH_RSORT)
    13351338  strcat (buf, " rsort");
Note: See TracChangeset for help on using the changeset viewer.