VirtualBox

Changeset 46 in kBuild for trunk/src/kmk/config.h


Ignore:
Timestamp:
Apr 4, 2003 12:03:50 AM (22 years ago)
Author:
bird
Message:

kMk changes. Made extensions configurable from config.h. fixed parents.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/config.h

    r25 r46  
    120120# endif
    121121#endif
     122
     123
     124
     125
     126
     127/*
     128 * Inline file support.
     129 */
     130#if defined(NMAKE) || defined(KMK)
     131#define USE_INLINEFILES 1
     132#endif
     133
     134
     135/*
     136 * No requirement to use tabs in front of commands.
     137 */
     138#if defined(NMAKE) || defined(KMK)
     139#define USE_NO_STUPID_TABS 1
     140#endif
     141
     142
     143/*
     144 * Use the archive stuff.
     145 */
     146#if !defined(NMAKE) && !defined(KMK)
     147#define USE_ARCHIVES 1
     148#endif
     149
     150
     151/*
     152 * USE_PARENTS
     153 *      If defined .PARENTS (^) is defined a local variable.
     154 */
     155#if defined(KMK)
     156#define USE_PARENTS 1
     157#endif
     158
     159
     160/*
     161 * MAKE_NAME
     162 *      The name of the make program as shown in the messages.
     163 */
     164#if defined(KMK)
     165#define MAKE_NAME "kMk"
     166#else
     167#define MAKE_NAME "make"
     168#endif
     169
     170
     171
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette