diff --git a/CMakeLists.txt b/CMakeLists.txt index 141066e05..5ba22d789 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -857,14 +857,8 @@ if(CLIENT) if(TARGET_OS STREQUAL "windows") set(CLIENT_ICON "other/icons/DDNet.rc") - if(NOT MINGW) - set(CLIENT_MANIFEST "other/manifest/DDNet.manifest") - else() - set(CLIENT_MANIFEST "other/manifest/DDNet.rc") - endif() else() set(CLIENT_ICON) - set(CLIENT_MANIFEST) endif() # Target @@ -872,7 +866,6 @@ if(CLIENT) add_executable(${TARGET_CLIENT} ${CLIENT_SRC} ${CLIENT_ICON} - ${CLIENT_MANIFEST} ${DEPS_CLIENT} $ $ diff --git a/other/manifest/DDNet.manifest b/other/manifest/DDNet.manifest deleted file mode 100644 index a10c25c22..000000000 --- a/other/manifest/DDNet.manifest +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - True/PM - - - - diff --git a/other/manifest/DDNet.rc b/other/manifest/DDNet.rc deleted file mode 100644 index 908e9fee4..000000000 --- a/other/manifest/DDNet.rc +++ /dev/null @@ -1,2 +0,0 @@ -#include "winuser.h" -1 RT_MANIFEST DDNet.manifest