add win lib

This commit is contained in:
vcaesar 2017-11-20 20:16:41 +08:00
parent 3bf311f348
commit f17838a043
5 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -32,6 +32,10 @@ _testmain.go
# Libraries
*.lib
!cdeps/win32/libpng.lib
!cdeps/win32/zlib.lib
!cdeps/win64/libpng.lib
!cdeps/win64/zlib.lib
*.a
*.la
*.lo

BIN
cdeps/win32/libpng.lib Executable file

Binary file not shown.

BIN
cdeps/win32/zlib.lib Executable file

Binary file not shown.

BIN
cdeps/win64/libpng.lib Executable file

Binary file not shown.

BIN
cdeps/win64/zlib.lib Executable file

Binary file not shown.