Ignore:
Timestamp:
Dec 13, 2005, 5:46:52 AM (20 years ago)
Author:
bird
Message:

Adding builtin commands to MSC version.

File:
1 edited

Legend:

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

    r350 r362  
    685685#ifdef CONFIG_WITH_KMK_BUILTIN
    686686  /* The supported kMk Builtin commands. */
     687#ifdef _MSC_VER
     688  (void) define_variable ("KMK_BUILTIN", 11, "append echo mkdir", o_default, 0);
     689#else
    687690  (void) define_variable ("KMK_BUILTIN", 11, "append cp echo mkdir rm", o_default, 0);
     691#endif
    688692#endif
    689693
Note: See TracChangeset for help on using the changeset viewer.