From 9b866d640d1358d0f4432e9feccd46390311926e Mon Sep 17 00:00:00 2001 From: Zumi Daxuya Date: Mon, 1 Jul 2024 22:07:25 +0700 Subject: [PATCH] revert "windows: incorporate file info into exe" This reverts commit 90398e2cd05546c00de8d14eb1240d0d296a8423. --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0acf110a1..a08f9d9f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1127,10 +1127,6 @@ else() message(STATUS "Building headless") endif() -if (WIN32) - list(APPEND USED_SOURCES res/furnace.rc) -endif() - if (WIN32) list(APPEND DEPENDENCIES_LIBRARIES shlwapi) if (NOT MSVC)