• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

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

修訂bb2a90f93abd0752d03f771b09889a94a343c586 (tree)
時間2020-05-28 06:53:31
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Fix libmingwex-n.dll dependencies; cf. Issue #40438.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
1+2020-05-27 Keith Marshall <keith@users.osdn.me>
2+
3+ Fix libmingwex-n.dll dependencies; cf. Issue #40438.
4+
5+ * VERSION.m4 (LIBMINGWEX): Increment interface version to 3:0:0.
6+
17 2020-05-26 Keith Marshall <keith@users.osdn.me>
28
39 Adjust repository version following WSL-5.3.1 release.
--- a/VERSION.m4
+++ b/VERSION.m4
@@ -23,7 +23,7 @@ m4_define([__VERSION__],[5.3.2])
2323 # as required, in accordance with libtool conventions.
2424 #
2525 m4_define([MINGW_AC_ENUMERATE_DLLVERSION_SPECS],dnl
26-[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [2:0:0])dnl
26+[MINGW_AC_SET_DLLVERSION([LIBMINGWEX], [libmingwex.dll.a], [3:0:0])dnl
2727 ])
2828
2929 # $RCSfile$: end of file
--- a/mingwrt/ChangeLog
+++ b/mingwrt/ChangeLog
@@ -1,3 +1,11 @@
1+2020-05-27 Keith Marshall <keith@users.osdn.me>
2+
3+ Fix libmingwex-n.dll dependencies; cf. Issue #40438.
4+
5+ * Makefile.in (libmingwex.a): Remove...
6+ (mbrscan.$OBJEEXT, wcharmap.$OBJEXT): ...these; relocate them to...
7+ (libmingw32.a): ...here.
8+
19 2020-04-30 Keith Marshall <keith@users.osdn.me>
210
311 Prepare and publish MinGW.org WSL-5.3.1 release.
--- a/mingwrt/Makefile.in
+++ b/mingwrt/Makefile.in
@@ -468,8 +468,9 @@ libmingwex.a: $(addsuffix .$(OBJEXT), mkstemp mkdtemp cryptnam setenv)
468468
469469 vpath %.s ${mingwrt_srcdir}/mingwex
470470 vpath %.sx ${mingwrt_srcdir}/mingwex
471-libmingwex.a: $(addsuffix .$(OBJEXT), codeset mbrconv mbrscan mbrlen)
472-libmingwex.a: $(addsuffix .$(OBJEXT), mbrtowc mbsrtowcs strnlen wcharmap)
471+libmingw32.a: $(addsuffix .$(OBJEXT), mbrscan wcharmap)
472+libmingwex.a: $(addsuffix .$(OBJEXT), codeset mbrconv mbrlen)
473+libmingwex.a: $(addsuffix .$(OBJEXT), mbrtowc mbsrtowcs strnlen)
473474 libmingwex.a: $(addsuffix .$(OBJEXT), wcrtomb wcsrtombs wcsnlen wcstod wcstof)
474475 libmingwex.a: $(addsuffix .$(OBJEXT), wcstofp wcstold wctob wctrans wctype)
475476 libmingwex.a: $(addsuffix .$(OBJEXT), wmemchr wmemcmp wmemcpy wmemmove wmemset)