From 07b7420ba5f795c6a363f4fdc617f42e38983471 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sun, 25 Dec 2022 22:28:22 +1000 Subject: [PATCH] vsprops: Remove a wx reference --- common/vsprops/BaseProperties.props | 2 +- common/vsprops/CommonLibrary.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/vsprops/BaseProperties.props b/common/vsprops/BaseProperties.props index fd701baf63..f3ed2ea2ff 100644 --- a/common/vsprops/BaseProperties.props +++ b/common/vsprops/BaseProperties.props @@ -29,7 +29,7 @@ "$(SolutionDir)common\vsprops\preBuild.cmd" - $(SolutionDir);$(SolutionDir)\3rdparty\wxwidgets3.0\include;%(AdditionalIncludeDirectories) + $(SolutionDir);%(AdditionalIncludeDirectories) \ No newline at end of file diff --git a/common/vsprops/CommonLibrary.props b/common/vsprops/CommonLibrary.props index 8aa3b8bf69..6482406c45 100644 --- a/common/vsprops/CommonLibrary.props +++ b/common/vsprops/CommonLibrary.props @@ -7,7 +7,7 @@ - $(SolutionDir);$(SolutionDir)\3rdparty\wxwidgets3.0\include;$(SolutionDir)\3rdparty;%(AdditionalIncludeDirectories) + $(SolutionDir);$(SolutionDir)\3rdparty;%(AdditionalIncludeDirectories) __WIN32__;WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) _ARCH_64=1;%(PreprocessorDefinitions) 16Bytes