From a8cab2327983ce120276c7cc99185c70b48189e9 Mon Sep 17 00:00:00 2001 From: Mat Berchtold Date: Fri, 22 Apr 2022 15:53:30 +1000 Subject: Bug [#2324] Fix ARM64 builds with Visual C++ due to unsupported CETCOMPAT flag. --- win32/Scintilla.vcxproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/Scintilla.vcxproj b/win32/Scintilla.vcxproj index e6bc39949..1ceffb325 100644 --- a/win32/Scintilla.vcxproj +++ b/win32/Scintilla.vcxproj @@ -95,7 +95,6 @@ Windows true gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies) - true @@ -105,6 +104,7 @@ Default + true @@ -114,6 +114,7 @@ Default + true @@ -135,6 +136,7 @@ true true + true @@ -147,6 +149,7 @@ true true + true -- cgit v1.2.3