Skip to content

Commit

Permalink
Merge pull request #22 from ctabin/minor-fixes
Browse files Browse the repository at this point in the history
Minor changes
  • Loading branch information
ctabin authored Sep 13, 2017
2 parents 8f1e339 + 350c3cb commit 50b9bca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ libzip: libzip-compile
# LIBRARIES TARGET

libraries: zlib libzip

libraries-download: zlib-download libzip-download
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ More information [here](http://www.codeproject.com/Articles/28969/HowTo-Export-C
#### Libzip windows patch

The following files have been patch in order to compile with VS2012 on windows:
* lib/CMakeFiles.txt => add SHARED keyword and STATIC library
* lib/CMakeLists.txt => add SHARED keyword and STATIC library
* src/ziptool.c => redefine STDIN_FILENO
* regress/fseek.c => add `compat.h`

0 comments on commit 50b9bca

Please sign in to comment.