-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use MinGW naming convention for Windows libraries
For the import and static libraries, use the MinGW naming convention (libdeflate.dll.a and libdeflate.a, respectively) instead of the Visual Studio naming convention (libdeflate.lib and libdeflatestatic.lib, respectively). The original assumption was that the native Windows convention was better. However, instead people expect the naming convention to reflect the toolchain with which the files were built. Also change 'make install' to install the DLL into the bin directory instead of the lib directory, again following the MinGW convention. Fixes #190
- Loading branch information
Showing
2 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters