mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
d2db6a8fb8
commit
b2b39b91c5
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user