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

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

Win10 UWP build script #137

Closed stammen closed 7 years ago

stammen commented 7 years ago

This pull request adds support for building all of the Win10 UWP cocod2d-x external dependencies. The script uses vcpkg to handle the patching and building of the libs. The script to build the win10 dependencies is in build/build_win10_uwp.bat. The built libs will be copied to contrib/win10/external.

This PR also removes the obsolete winrt scripts from this repo.

minggo commented 7 years ago

Great, thanks. Could you please update README about it too?

stammen commented 7 years ago

@minggo The updated readme is in PR https://github.com/cocos2d/cocos2d-x-3rd-party-libs-src/pull/139

minggo commented 7 years ago

thanks