MuseScore/build/cmake
Peter Jonas e0eaf973ac Fix compilation with MinGW on Windows
Use the explicit 'W' (wide) symbols from the Windows API to provide
Unicode support regardless of whether UNICODE is defined:

- SetFileAttributesW
- LPCWSTR

Define UNICODE anyway for the sake of thirdparty code that uses the
aliases, which only work properly when UNICODE is defined:

- SetFileAttributes
- LPCTSTR

If UNICODE is not defined then the aliases refer to the narrow symbols:

- SetFileAttributesA
- LPCSTR

But the explict 'W' symbols are still available. The aliases are only
needed for compatibility with code written prior to Windows NT.
2021-03-19 16:46:14 +02:00
..
config rework root cmake project 2020-12-05 12:04:43 +03:00
DownloadSoundFont.cmake experimental WASM build 2020-12-24 22:26:00 +02:00
FindJack.cmake rework root cmake project 2020-12-05 12:04:43 +03:00
FindQt5.cmake experimental WASM build 2020-12-24 22:26:00 +02:00
FindSndFile.cmake Audio engine 2021-01-15 10:37:07 +02:00
FindSparkle.cmake rework root cmake project 2020-12-05 12:04:43 +03:00
FindVorbisAndOgg.cmake fixed install for windows 2020-12-11 11:07:36 -06:00
FindWinSparkle.cmake rework root cmake project 2020-12-05 12:04:43 +03:00
GetBuildType.cmake Fix Cmake configure when build type is not set explicitly 2020-12-12 08:01:20 -06:00
GetCompilerInfo.cmake experimental WASM build 2020-12-24 22:26:00 +02:00
GetPlatformInfo.cmake experimental WASM build 2020-12-24 22:26:00 +02:00
GetUtilsFunctions.cmake ONE BUILD SCRIPT TO RULE THEM ALL! 2021-03-05 12:30:31 +02:00
SetupAppImagePackaging.cmake set correct rpath for linux build 2020-12-11 11:07:36 -06:00
SetupBuildEnvironment.cmake Fix compilation with MinGW on Windows 2021-03-19 16:46:14 +02:00
SetupCMakePolicy.cmake rework root cmake project 2020-12-05 12:04:43 +03:00
SetupCompileWarnings.cmake Fix (Clang) compiler warnings 2021-02-03 10:19:25 +02:00
SetupDependencies.cmake rework install 2020-12-11 11:07:36 -06:00
SetupFreetype.cmake experimental WASM build 2020-12-24 22:26:00 +02:00
SetupSparkle.cmake cleaing main cmake project 2020-12-11 11:07:36 -06:00
TryUseCcache.cmake Enable ccache in combination with Xcode 2021-02-03 10:19:25 +02:00
TryUseLocalRevision.cmake rework root cmake project 2020-12-05 12:04:43 +03:00
UsePkgConfig1.cmake cleaing main cmake project 2020-12-11 11:07:36 -06:00