From 55a76f4edd894ee7c5709c66fcc6f1c3a8905723 Mon Sep 17 00:00:00 2001 From: stijn Date: Mon, 23 Jan 2023 11:33:27 +0100 Subject: [PATCH] windows/msvc: Remove variant suffix from executable filename. This is in line with the change made for other ports in d53c3b6a: since the default output directory already includes the variant name in it there's no need to add it to the executable as well. --- ports/windows/msvc/common.props | 1 + ports/windows/variants/dev/mpconfigvariant.props | 3 --- ports/windows/variants/standard/mpconfigvariant.props | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ports/windows/msvc/common.props b/ports/windows/msvc/common.props index 7700d9f094..d949e3df45 100644 --- a/ports/windows/msvc/common.props +++ b/ports/windows/msvc/common.props @@ -6,6 +6,7 @@ standard build-$(PyVariant) + micropython diff --git a/ports/windows/variants/dev/mpconfigvariant.props b/ports/windows/variants/dev/mpconfigvariant.props index 0f7abf7815..14ce01a816 100644 --- a/ports/windows/variants/dev/mpconfigvariant.props +++ b/ports/windows/variants/dev/mpconfigvariant.props @@ -1,8 +1,5 @@ - - micropython-dev - %(PreprocessorDefinitions);MICROPY_ROM_TEXT_COMPRESSION=1 diff --git a/ports/windows/variants/standard/mpconfigvariant.props b/ports/windows/variants/standard/mpconfigvariant.props index 3cbb1821f4..9296da44bc 100644 --- a/ports/windows/variants/standard/mpconfigvariant.props +++ b/ports/windows/variants/standard/mpconfigvariant.props @@ -1,6 +1,3 @@ - - micropython -