issues
search
gongminmin
/
KlayGE
KlayGE is a cross-platform open source game engine with plugin-based architecture.
http://www.klayge.org
GNU General Public License v2.0
2.1k
stars
349
forks
source link
Engineering improvements for 4.15
#187
Closed
gongminmin
closed
5 years ago
gongminmin
commented
6 years ago
[x] One unified solution
[x] Remove clang/c2 support
[x] Ninja building system
[x] Windows build on Travis-ci
[x] Using CMake + git to manage external libraries
[x] Make zlib share between external libraries
[x] Update external libraries
[x] Enable to build by VS buildtools
[x] Explore shared PCH
[x] VS2019 support
gongminmin
commented
5 years ago
Shared PCH doesn't speed up the build. Abandon this approach.