From ab758966863d5e2d1644c0326d19087aac6a5efa Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 31 Oct 2019 09:08:44 +1100 Subject: Backport: Feature [feature-requests:#1319] Include ARM64 in project. Backport of changeset 7746:621a57f9be56. --- win32/SciLexer.vcxproj | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index 4836b8d00..1f5e422f6 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -1,6 +1,10 @@  + + Debug + ARM64 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Release + ARM64 + Release Win32 @@ -35,6 +43,9 @@ true + + true + false true @@ -43,6 +54,10 @@ false true + + false + true + @@ -66,7 +81,7 @@ Windows true - imm32.lib;msimg32.lib;%(AdditionalDependencies) + gdi32.lib;imm32.lib;ole32.lib;oleaut32.lib;msimg32.lib;%(AdditionalDependencies) @@ -85,6 +100,15 @@ Default + + + _DEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + Default + + true @@ -107,6 +131,18 @@ true + + + true + true + NDEBUG;%(PreprocessorDefinitions) + stdcpp17 + + + true + true + + @@ -128,4 +164,4 @@ - + \ No newline at end of file -- cgit v1.2.3