This commit is contained in:
Brecht Sanders 2018-12-16 12:09:22 +01:00
parent d2db6a8fb8
commit b2b39b91c5
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@
* changes to xlsxio_read.c for better Microsoft Visual C++ support
* added generation and installation of .def files when building with MinGW (can be used to generate Microsoft Visual C++ .lib files)
* added information README.md about creating .lib files when using Microsoft Visual C++
0.2.20

View File

@ -101,7 +101,8 @@ Prebuilt binaries are also available for download for the following platforms:
- Windows 64-bit
Both Windows versions were built using the MinGW-w64 under an MSYS2 shell.
To link with the .dll libraries from Microsoft Visual C++ you need a .lib file for each .dll. This file can be generated using the `lib` tool tha t comes with Microsoft Visual C++.
To link with the .dll libraries from Microsoft Visual C++ you need a .lib file for each .dll. This file can be generated using the `lib` tool that comes with Microsoft Visual C++.
For 32-bit Windows:
```bat
cd lib