Skip to content

Commit 3a9cd0c

Browse files
committed
Update PCbuild for the new run.c file
1 parent e0409c8 commit 3a9cd0c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

PCbuild/_testlimitedcapi.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<ClCompile Include="..\Modules\_testlimitedcapi\version.c" />
119119
<ClCompile Include="..\Modules\_testlimitedcapi\file.c" />
120120
<ClCompile Include="..\Modules\_testlimitedcapi\weakref.c" />
121+
<ClCompile Include="..\Modules\_testlimitedcapi\run.c" />
121122
</ItemGroup>
122123
<ItemGroup>
123124
<ResourceCompile Include="..\PC\python_nt.rc" />

PCbuild/_testlimitedcapi.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<ClCompile Include="..\Modules\_testlimitedcapi\version.c" />
3535
<ClCompile Include="..\Modules\_testlimitedcapi\file.c" />
3636
<ClCompile Include="..\Modules\_testlimitedcapi\weakref.c" />
37+
<ClCompile Include="..\Modules\_testlimitedcapi\run.c" />
3738
<ClCompile Include="..\Modules\_testlimitedcapi.c" />
3839
</ItemGroup>
3940
<ItemGroup>

0 commit comments

Comments
 (0)