Changeset 370 for trunk/src/gmake/variable.c
- Timestamp:
- Dec 18, 2005, 4:48:02 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.c
r368 r370 685 685 #ifdef CONFIG_WITH_KMK_BUILTIN 686 686 /* The supported kMk Builtin commands. */ 687 #ifdef _MSC_VER688 (void) define_variable ("KMK_BUILTIN", 11, "append echo mkdir", o_default, 0);689 #else690 687 (void) define_variable ("KMK_BUILTIN", 11, "append cp echo install ln mkdir rm", o_default, 0); 691 #endif692 688 #endif 693 689
Note:
See TracChangeset
for help on using the changeset viewer.