diff options
author | Sadie Powell <sadie@witchery.services> | 2024-08-15 12:14:06 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-08-15 12:14:06 +0100 |
commit | e35a86661dc5a3f0118f3ef0b616f709e476d084 (patch) | |
tree | 6dd9bed7b97225d6ade381512d5f8b963b5ac09d /src/win32 | |
parent | 528b5938ec71abed396248cf5e00f346e685aaea (diff) |
Remove support for MinGW.
All of our builds are fully native on Windows so there's no need
for this anymore.
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/win32.rc.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/win32/win32.rc.cmake b/src/win32/win32.rc.cmake index c72fe2b49..772b7d3b6 100644 --- a/src/win32/win32.rc.cmake +++ b/src/win32/win32.rc.cmake @@ -34,9 +34,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US VER_ANOPE VERSIONINFO FILEVERSION @VERSION_COMMA@ PRODUCTVERSION @VERSION_COMMA@ -#ifndef MINGW FILEFLAGSMASK VS_FFI_FILEFLAGSMASK -#endif #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG #else |