diff options
author | Daniel Moody <dmoody256@gmail.com> | 2022-05-06 14:19:24 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2022-05-06 14:19:24 (GMT) |
commit | ba3dcaab98cf8c5156c7d5f80589a2b57162d02b (patch) | |
tree | 2b6201e3c588ed501187a4f1f3cf3eaa2c9c4bf9 /RELEASE.txt | |
parent | 3e7b8ad568dfbfec9c92d59ef5276b1975725ce4 (diff) | |
download | SCons-ba3dcaab98cf8c5156c7d5f80589a2b57162d02b.zip SCons-ba3dcaab98cf8c5156c7d5f80589a2b57162d02b.tar.gz SCons-ba3dcaab98cf8c5156c7d5f80589a2b57162d02b.tar.bz2 |
improved ninja default targets and for ninja file as only target when generating.
Diffstat (limited to 'RELEASE.txt')
-rwxr-xr-x | RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index 6bb1546..3f8a11e 100755 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -49,6 +49,10 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY output format written to stdout to include more information about the source for each message of MSVC initialization debugging output. A single space was added before the message for all debugging output records written to stdout and to files. +- Made ninja tool force the ninja file as the only target. Also improved the default + targets setup and made sure there is always a default target for + the ninja file, which excludes targets that start and stop the daemon. + FIXES ----- |