• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The MinGW.org Windows System Libraries


Commit MetaInfo

修订版4f06e0a14e0eef9dd42e30a493d40cb4be82ced2 (tree)
时间2016-07-17 19:11:20
作者Keith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Correct source package omission of msvcrt-xref subdirectory.

更改概述

差异

--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,3 +1,9 @@
1+2016-07-17 Keith Marshall <keithmarshall@users.sourceforge.net>
2+
3+ Correct source package omission of msvcrt-xref subdirectory.
4+
5+ * Makefile.in (mingwrt-srcdist-files): Add msvcrt-xref.
6+
17 2016-07-14 Keith Marshall <keithmarshall@users.sourceforge.net>
28
39 Prepare and tag all files for release of mingwrt-3.22.
--- a/mingwrt/Makefile.in
+++ b/mingwrt/Makefile.in
@@ -873,7 +873,7 @@ mingwrt-srcdist-files: $(wildcard ${mingwrt_srcdir}/*.[chs]) \
873873 $(wildcard ${mingwrt_srcdir}/*.def.in) $(wildcard ${mingwrt_srcdir}/config*) \
874874 $(addprefix ${mingwrt_srcdir}/,aclocal.m4 install-sh Makefile.in TODO) \
875875 $(addprefix ${mingwrt_srcdir}/,include man mingwex profile) \
876- $(addprefix ${mingwrt_srcdir}/,crtdll.def) \
876+ $(addprefix ${mingwrt_srcdir}/,msvcrt-xref crtdll.def) \
877877 $(wildcard ${mingwrt_srcdir}/*.txt)
878878
879879 install-html install-pdf: install-%: %dir mingwrt-man$(man3ext)