]> source.dussan.org Git - tigervnc.git/commit
Update build system so it will compile on Windows 10. 1039/head
authorDanny Park <danny.park@outlook.com>
Wed, 17 Jun 2020 19:55:02 +0000 (15:55 -0400)
committerDanny Park <danny.park@outlook.com>
Tue, 18 Aug 2020 14:33:45 +0000 (10:33 -0400)
commitdf3171ea79a150fac3238ec368a08a3e28bba5ee
treefc5f067a4ef37f5e96759a0116aa38c300737499
parent6d5915d3ca9e37fd602d5a7eb1653440ed536c68
Update build system so it will compile on Windows 10.

With this commit, TigerVNC will compile for Windows using MSYS2, MinGW-w64 and Inno Setup 6.  The resulting binaries have some dll dependencies (even with BUILD_STATIC).  The required dll dependencies are not included in the installer.

Unfortunately, the latest version of MSYS2 and MinGW-w64 do not produce a working executable for Windows 7.
cmake/StaticBuild.cmake