The MinGW.org Windows System Libraries
修订版 | 4b3cc3d08cd7568fd91419c3d54c340cf67b7655 (tree) |
---|---|
时间 | 2017-12-07 04:38:31 |
作者 | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Prepare and publish MinGW.org WSL-5.0.2 release.
@@ -1,3 +1,9 @@ | ||
1 | +2017-12-06 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Prepare and publish MinGW.org WSL-5.0.2 release. | |
4 | + | |
5 | + * All files (wsl-5.0.2-release): Tag assigned. | |
6 | + | |
1 | 7 | 2017-07-31 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 8 | |
3 | 9 | MinGW.org WSL-5.0.1 released; update repository version. |
@@ -1,3 +1,12 @@ | ||
1 | +2017-12-06 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Prepare and publish MinGW.org WSL-5.0.2 release. | |
4 | + | |
5 | + * All files (wsl-5.0.2-release): Tag assigned. | |
6 | + | |
7 | + * Makefile.in (mingwrt-srcdist-package-files): Add reference... | |
8 | + * $mingwrt_srcdir/*.sx: ...for files matching this template. | |
9 | + | |
1 | 10 | 2017-12-02 Keith Marshall <keith@users.osdn.me> |
2 | 11 | |
3 | 12 | Provide legacy OS work around for issue [#2357] |
@@ -954,7 +954,7 @@ mingwrt-srcdist-package-files: $(wildcard ${mingwrt_srcdir}/*.[chs]) \ | ||
954 | 954 | $(wildcard ${mingwrt_srcdir}/*.def.in) $(wildcard ${mingwrt_srcdir}/config*) \ |
955 | 955 | $(addprefix ${mingwrt_srcdir}/,include man mingwex msvcrt-xref profile) \ |
956 | 956 | $(addprefix ${mingwrt_srcdir}/,TODO Makefile.in crtdll.def) \ |
957 | - $(wildcard ${mingwrt_srcdir}/*.txt) | |
957 | + $(wildcard $(addprefix ${mingwrt_srcdir}/,*.sx *.txt)) | |
958 | 958 | |
959 | 959 | mingwrt-srcdist-testsuite-files: $(wildcard ${mingwrt_srcdir}/tests/*.at) |
960 | 960 | mingwrt-srcdist-testsuite-files: $(wildcard ${mingwrt_srcdir}/tests/*.in) |
@@ -1,3 +1,9 @@ | ||
1 | +2017-12-06 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Prepare and publish MinGW.org WSL-5.0.2 release. | |
4 | + | |
5 | + * All files (wsl-5.0.2-release): Tag assigned. | |
6 | + | |
1 | 7 | 2017-11-28 Keith Marshall <keith@users.osdn.me> |
2 | 8 | |
3 | 9 | Make <wsnetbs.h> header effectively self-contained. |