Changeset 2548 for trunk/src/kmk/variable.c
- Timestamp:
- Nov 8, 2011, 10:28:16 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.c
r2532 r2548 1279 1279 && defined (CONFIG_WITH_TOUPPER_TOLOWER) \ 1280 1280 && 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) \ 1282 1283 && defined (CONFIG_WITH_STACK) \ 1283 1284 && defined (CONFIG_WITH_MATH) \ … … 1302 1303 (void) define_variable ("KMK_FEATURES", 12, 1303 1304 "append-dash-n abspath includedep-queue install-hard-linking" 1305 " kBuild-define" 1304 1306 " rsort" 1305 1307 " abspathex" … … 1331 1333 # else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */ 1332 1334 # 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"); 1334 1337 # if defined (CONFIG_WITH_RSORT) 1335 1338 strcat (buf, " rsort");
Note:
See TracChangeset
for help on using the changeset viewer.