From 098d14139f8d1e11b9e15848dd8e2d272c6cb065 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 25 Feb 2016 12:42:37 +0100 Subject: [PATCH] Output DLL filename changed to match wxWidget's scheme --- build/wxExtend.props | 1 - build/wxExtend.vcxproj | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/build/wxExtend.props b/build/wxExtend.props index 57fd5e4..317bb5c 100644 --- a/build/wxExtend.props +++ b/build/wxExtend.props @@ -6,7 +6,6 @@ ..\..\..\output\$(Platform).$(Configuration)\ - $(ProjectName)$(wxExtendVersion) diff --git a/build/wxExtend.vcxproj b/build/wxExtend.vcxproj index 2eb105e..561f08d 100644 --- a/build/wxExtend.vcxproj +++ b/build/wxExtend.vcxproj @@ -98,6 +98,18 @@ + + $(ProjectName)$(wxExtendVersion)ud_vc$(PlatformToolsetVersion) + + + $(ProjectName)$(wxExtendVersion)ud_vc$(PlatformToolsetVersion)_$(Platform) + + + $(ProjectName)$(wxExtendVersion)u_vc$(PlatformToolsetVersion) + + + $(ProjectName)$(wxExtendVersion)u_vc$(PlatformToolsetVersion)_$(Platform) +