Changeset 767 for trunk/src/gmake/variable.c
- Timestamp:
- Jan 19, 2007, 3:27:11 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.c
r764 r767 1042 1042 && defined(KMK_HELPERS) 1043 1043 (void) define_variable ("KMK_FEATURES", 12, 1044 "append-dash-n " 1044 1045 "abspath abspathex" 1045 1046 " toupper tolower" … … 1047 1048 " stack " 1048 1049 " math-int " 1049 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one "1050 " kb-src-tool kb-obj-base kb-obj-suff kb-src-prop kb-src-one " 1050 1051 , o_default, 0); 1051 1052 # else /* MSC can't deal with strings mixed with #if/#endif, thus the slow way. */ 1052 strcpy(buf, "a bspath");1053 strcpy(buf, "append-dash-n abspath"); 1053 1054 # if defined(CONFIG_WITH_ABSPATHEX) 1054 1055 strcat(buf, " abspathex");
Note:
See TracChangeset
for help on using the changeset viewer.