|
40 | 40 | <MakeVersionInfoBeforeTarget>ClCompile</MakeVersionInfoBeforeTarget> |
41 | 41 | <SupportPGO>false</SupportPGO> |
42 | 42 | </PropertyGroup> |
43 | | - <Import Project="python.props" /> |
| 43 | + <Import Project="..\..\PCBuild\python.props" /> |
44 | 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
45 | 45 | <PropertyGroup Label="Configuration"> |
46 | 46 | <ConfigurationType>Application</ConfigurationType> |
|
52 | 52 | </ImportGroup> |
53 | 53 | <ImportGroup Label="PropertySheets"> |
54 | 54 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
55 | | - <Import Project="pyproject.props" /> |
| 55 | + <Import Project="..\..\PCBuild\pyproject.props" /> |
56 | 56 | </ImportGroup> |
57 | 57 | <PropertyGroup> |
58 | 58 | <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion> |
|
68 | 68 | </Midl> |
69 | 69 | <ClCompile> |
70 | 70 | <Optimization>MinSpace</Optimization> |
71 | | - <AdditionalIncludeDirectories>$(PySourcePath)PC\bdist_wininst;$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
| 71 | + <AdditionalIncludeDirectories>$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
72 | 72 | <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
73 | 73 | </ClCompile> |
74 | 74 | <ResourceCompile> |
|
79 | 79 | </Link> |
80 | 80 | </ItemDefinitionGroup> |
81 | 81 | <ItemGroup> |
82 | | - <ClCompile Include="..\PC\bdist_wininst\extract.c" /> |
83 | | - <ClCompile Include="..\PC\bdist_wininst\install.c" /> |
84 | | - <ClCompile Include="..\Modules\zlib\adler32.c" /> |
85 | | - <ClCompile Include="..\Modules\zlib\crc32.c" /> |
86 | | - <ClCompile Include="..\Modules\zlib\inffast.c" /> |
87 | | - <ClCompile Include="..\Modules\zlib\inflate.c" /> |
88 | | - <ClCompile Include="..\Modules\zlib\inftrees.c" /> |
89 | | - <ClCompile Include="..\Modules\zlib\zutil.c" /> |
| 82 | + <ClCompile Include="extract.c" /> |
| 83 | + <ClCompile Include="install.c" /> |
| 84 | + <ClCompile Include="..\..\Modules\zlib\adler32.c" /> |
| 85 | + <ClCompile Include="..\..\Modules\zlib\crc32.c" /> |
| 86 | + <ClCompile Include="..\..\Modules\zlib\inffast.c" /> |
| 87 | + <ClCompile Include="..\..\Modules\zlib\inflate.c" /> |
| 88 | + <ClCompile Include="..\..\Modules\zlib\inftrees.c" /> |
| 89 | + <ClCompile Include="..\..\Modules\zlib\zutil.c" /> |
90 | 90 | </ItemGroup> |
91 | 91 | <ItemGroup> |
92 | | - <ClInclude Include="..\PC\bdist_wininst\archive.h" /> |
| 92 | + <ClInclude Include="archive.h" /> |
93 | 93 | </ItemGroup> |
94 | 94 | <ItemGroup> |
95 | | - <ResourceCompile Include="..\PC\bdist_wininst\install.rc" /> |
| 95 | + <ResourceCompile Include="install.rc" /> |
96 | 96 | </ItemGroup> |
97 | 97 | <ItemGroup> |
98 | | - <None Include="..\PC\bdist_wininst\PythonPowered.bmp" /> |
| 98 | + <None Include="PythonPowered.bmp" /> |
99 | 99 | </ItemGroup> |
100 | 100 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
101 | 101 | <ImportGroup Label="ExtensionTargets"> |
|
0 commit comments