Ignore:
Timestamp:
May 20, 2020, 6:43:48 PM (5 years ago)
Author:
bird
Message:

header.kmk,footer-pass2-compiling-targets.kmk: Introducing KMK_WITH_QUOTING as a simple 'quote' feature indicator. The SOURCES must be handled as a list of quoted files, or we cannot add chkstk.obj and such from an VC++ installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r3308 r3344  
    408408# Paths and stuff.
    409409#
     410
     411## Cache this query.
     412if1of (quote,$(KMK_FEATURES))
     413 KMK_WITH_QUOTING := 1
     414endif
    410415
    411416# Adjust DEPTH first.
Note: See TracChangeset for help on using the changeset viewer.