From 28a67cad0d3cb2465bb50e0621dc27d68b480094 Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 19 Jul 2021 22:04:08 -0400 Subject: [PATCH] [host] windows: avoid compiling .rc file twice a4f5ce08b93c101ea797bef058d6f3a6f832a2f4 has a regression that caused the .rc file to be compiled twice. We do not want the version that's added into the .a file. --- host/platform/Windows/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/host/platform/Windows/CMakeLists.txt b/host/platform/Windows/CMakeLists.txt index b5c702f5..a30b8037 100644 --- a/host/platform/Windows/CMakeLists.txt +++ b/host/platform/Windows/CMakeLists.txt @@ -11,7 +11,6 @@ add_library(platform_Windows STATIC src/mousehook.c src/force_compose.c src/delay.c - resource.rc ) # allow use of functions for Windows Vista or later