aboutsummaryrefslogtreecommitdiff
path: root/ports/irrlicht
AgeCommit message (Collapse)Author
2019-10-09[irrlicht] do not build exisiting dependenciesJonas Karlsson
Since libjpeg, libpng, zlib and bzlib are provided as dependencies through vcpkg, we disable building them in irrlicht. This fixes a runtime error steming from a version mismatch between the libjpeg versions provided by irrlicht and vcpkg respectively
2019-10-08[irrlicht] Reorder link librariesJonas Karlsson
Since libpng depends on zlib it needs to be linked before so that the needed zlib symbols are found
2019-09-05modernize many ports (#7986)Phoebe
* modernize many ports * Update the code to handle copyright * Retriger to build qt5-gamepad
2019-08-16Revert "[irrlicht] use unicode path on windows (#7354)"DailyShana
This reverts commit 22be764ecc302d93371b8f7a05faf0fc4e39fa31.
2019-07-21[irrlicht] use unicode path on windows (#7354)DailyShana
2019-07-17add vcpkg-cmake-wrapper for irrlicht (#7296)DailyShana
2019-02-25[Irrlicht] Add new port (#5431)adrido