|
1 | | -From 2c64caf81d33ab9dea54bf06d183b877ddc32d47 Mon Sep 17 00:00:00 2001 |
| 1 | +From 9a38ec4f30d8ec426af73ff082b696dd31d3dcbb Mon Sep 17 00:00:00 2001 |
2 | 2 | From: Ray Donnelly <mingw.android@gmail.com> |
3 | 3 | Date: Tue, 31 Dec 2019 21:47:47 +0100 |
4 | 4 | Subject: [PATCH 08/26] Doing d1trimfile |
@@ -179,7 +179,7 @@ index 3eb9c89bcb6..920656f2ee2 100644 |
179 | 179 | </ItemDefinitionGroup> |
180 | 180 | <ItemGroup> |
181 | 181 | diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj |
182 | | -index 605861ad3fd..4082f3f6d51 100644 |
| 182 | +index cb806459596..a85ba7ca53f 100644 |
183 | 183 | --- a/PCbuild/_freeze_module.vcxproj |
184 | 184 | +++ b/PCbuild/_freeze_module.vcxproj |
185 | 185 | @@ -93,6 +93,10 @@ |
@@ -535,7 +535,7 @@ index c35ac83c1c7..c9d7f5d22b7 100644 |
535 | 535 | <ClCompile Include="..\Modules\_testimportmultiple.c" /> |
536 | 536 | </ItemGroup> |
537 | 537 | diff --git a/PCbuild/_testinternalcapi.vcxproj b/PCbuild/_testinternalcapi.vcxproj |
538 | | -index f7e050b7c74..58c3e10c0f0 100644 |
| 538 | +index f3e423fa046..ac285717998 100644 |
539 | 539 | --- a/PCbuild/_testinternalcapi.vcxproj |
540 | 540 | +++ b/PCbuild/_testinternalcapi.vcxproj |
541 | 541 | @@ -92,6 +92,26 @@ |
@@ -618,13 +618,13 @@ index 75d4e162346..d50534affa1 100644 |
618 | 618 | </ItemDefinitionGroup> |
619 | 619 | <ItemGroup> |
620 | 620 | diff --git a/PCbuild/pyexpat.vcxproj b/PCbuild/pyexpat.vcxproj |
621 | | -index dc9161a8b29..3bcef600a3e 100644 |
| 621 | +index 8e0f5f63112..7a1d5942a6c 100644 |
622 | 622 | --- a/PCbuild/pyexpat.vcxproj |
623 | 623 | +++ b/PCbuild/pyexpat.vcxproj |
624 | 624 | @@ -92,6 +92,10 @@ |
625 | 625 | <ClCompile> |
626 | 626 | <AdditionalIncludeDirectories>$(PySourcePath)Modules\expat;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
627 | | - <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;PYEXPAT_EXPORTS;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 627 | + <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;XML_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
628 | 628 | + <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">/d1trimfile:%SRC_DIR%</AdditionalOptions> |
629 | 629 | + <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='PGInstrument|Win32'">/d1trimfile:%SRC_DIR%</AdditionalOptions> |
630 | 630 | + <AdditionalOptions Condition="'$(Configuration)|$(Platform)'=='PGUpdate|Win32'">/d1trimfile:%SRC_DIR%</AdditionalOptions> |
@@ -720,7 +720,7 @@ index 3f8772d30b4..d80968e351a 100644 |
720 | 720 | <Link> |
721 | 721 | <AdditionalDependencies>windowsapp.lib;%(AdditionalDependencies)</AdditionalDependencies> |
722 | 722 | diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj |
723 | | -index dcfb75ce162..5bf342227ad 100644 |
| 723 | +index 61bee29c0af..d1efe476439 100644 |
724 | 724 | --- a/PCbuild/pythoncore.vcxproj |
725 | 725 | +++ b/PCbuild/pythoncore.vcxproj |
726 | 726 | @@ -99,7 +99,7 @@ |
|
0 commit comments