cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.
142 stars 169 forks source link

Install zlibstatic.lib #100

Closed steerlink closed 7 years ago

steerlink commented 8 years ago

Open up the option to link statically.

@stammen @zilongshanren

zilongshanren commented 8 years ago

@steerlink thanks. it looks good to me @stammen Thoughts?

steerlink commented 7 years ago

Can this get merged? @stammen @zilongshanren

stammen commented 7 years ago

@steerlink It is already part of the dependencies

https://github.com/cocos2d/cocos2d-x-3rd-party-libs-bin/tree/v3/win10-specific/zlib/prebuilt/win32

I am updating the build system and your change is part of that. The changes are here:

https://github.com/Microsoft/cocos2d-x-3rd-party-libs-src

steerlink commented 7 years ago

@stammen When are you going to merge changes from your forked repo into this repo? It seems like this PR is still valid since your changes aren't in here yet.

stammen commented 7 years ago

@steerlink I have updated this repo to build the Win10 UWP dependencies using https://github.com/Microsoft/vcpkg. zlibstatic is part of the build.

steerlink commented 7 years ago

Thanks @stammen