On 2020-04-16 17:23, Liu Hao wrote:
在 2020/4/16 22:18, Steve Lhomme 写道:
There are many DLLs with their API entries listed by MS that were no linkable
yet using -lwindowsapp as recommended for apps the can run on all types of
devices.
https://docs.microsoft.com/en-us/uwp/win32-and-com/win32-apis
---
This patch causes the CRT to fail to build:
```
dlltool --as-flags=--32 -m i386 -k --as=as --output-lib
lib32/libxinput9_1_0.a --input-def lib32/xinput9_1_0.def
make[1]: *** No rule to make target 'lib32/libwindowsapp.a', needed by
'all-am'. Stop.
make[1]: *** Waiting for unfinished jobs....
```
I found a typo in the Makefile.am and .mri files. I submitted a version
2 of the patch that also contains the related lib32/*.def files.
_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public