mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
* Use precompiled headers for libopenrct2 with MSVC * Exclude PCH from duktape duktape needs all the warnings turned off and forcing PCH also enables warnings. As there is nothing duktape would consume from our header, remove forcing inclusion of that header into duktape. * Provide msbuild parameter for using PCH only in CI
3 lines
97 B
C++
3 lines
97 B
C++
// Empty file for MSVC's PCH
|
|
// Do not include the header file - it is set up with MSVC solution
|