github.com/atrn/dcc@v0.0.0-20220806184050-4470d2553272/CHANGES.md (about)

     1  # Version 0.0.5
     2  
     3  - now supports Microsoft toolchain on Windows
     4  
     5  - update options modtime when compiler and/or linker options, and
     6    libraries, are set via the command line so rebuilds occur when these
     7    "change".  This is a hack-ish way to NOT support keeping track
     8    of the actual options used when building, i.e. the combination
     9    of options read from files and the command line.
    10  
    11  # Version 0.0.4
    12  
    13  - use '!' as the options file directive prefix in place of '#'
    14  
    15  - allow `!inherit` directives to define the, base, filename of
    16    the file to be inherited
    17