Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

zlib reference redundancy #412

Closed Zambiorix closed 10 years ago

Zambiorix commented 10 years ago

there is a reference to the zlib dll in all projects, but zlib code is also implemented in the source in its own namespace, making the reference redundant an unneeded.

Please, consider removing the reference and de zlib.dll from all projects

Zambiorix commented 10 years ago

I have sent a Pull request where I removed the zlib.dll reference for iOS & Android (not yet for the other platforms)

The reference was redundant because the zlib code was integrated in the projects in its own namespace.

when other platforms use the same approach, the zlib.dll can be removed entirely from the project