From 0c5a399eb35e0dbd3194640cfca6818594080c20 Mon Sep 17 00:00:00 2001 From: stijn Date: Mon, 25 Mar 2024 14:38:08 +0100 Subject: [PATCH] windows/msvc: Introduce an msbuild variable for third-party sources. This is consistent with extmod.mk's split between SRC_EXTMOD_C and SRC_THIRDPARTY_C, the latter specifying source files which get compiled but not included in qstr generation. Signed-off-by: stijn --- ports/windows/micropython.vcxproj | 1 + ports/windows/msvc/genhdr.targets | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ports/windows/micropython.vcxproj b/ports/windows/micropython.vcxproj index 462821a6a0..bbdb0a1b7f 100644 --- a/ports/windows/micropython.vcxproj +++ b/ports/windows/micropython.vcxproj @@ -87,6 +87,7 @@ + diff --git a/ports/windows/msvc/genhdr.targets b/ports/windows/msvc/genhdr.targets index 7bd8364a9e..00afeed6f0 100644 --- a/ports/windows/msvc/genhdr.targets +++ b/ports/windows/msvc/genhdr.targets @@ -66,7 +66,7 @@ using(var outFile = System.IO.File.CreateText(OutputFile)) { - + False $([System.String]::new('%(FullPath)').Replace('$(PyBaseDir)', '$(DestDir)qstr\'))