在 2026-1-21 16:47, Markus Muetzel 写道:
For me, the only files in the `crt` folder of the build tree are the generated `_mingw.h` and `sdks/ _mingw_ddk.h`. Neither of these generated files should probably be part of the distribution tarball. So from what I can see, `crt` should probably be removed from `EXTRA_DIST`.I don't know if different configuration options would lead to other files in that directory that should actually be included in the dist tarball. In that case, these files could be listed explicitly.I don't see any `include`, `ddk`, or `tlb` directories in the build tree here. So, maybe these could also be removed from `EXTRA_DIST`?
Ideally `EXTRA_HEADERS` should cause headers and IDL files to be distributed, so the only ones that still be included in `EXTRA_DIST` are (old) ChangeLog files.
I would like to say that the version number in `AC_INIT` is not well maintained and `make dist` is rather obsolescent. `git archive <ref> -o <file>.tar.gz` does a better job.
-- Best regards, LIU Hao
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
