Skip to content

Commit 76816a1

Browse files
committed
Fix Windows build
1 parent a51e954 commit 76816a1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

PCbuild/_freeze_module.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@
143143
<ClCompile Include="..\Objects\funcobject.c" />
144144
<ClCompile Include="..\Objects\genericaliasobject.c" />
145145
<ClCompile Include="..\Objects\genobject.c" />
146+
<ClCompile Include="..\Objects\interpolationobject.c" />
146147
<ClCompile Include="..\Objects\iterobject.c" />
147148
<ClCompile Include="..\Objects\listobject.c" />
148149
<ClCompile Include="..\Objects\longobject.c" />
@@ -158,6 +159,7 @@
158159
<ClCompile Include="..\Objects\setobject.c" />
159160
<ClCompile Include="..\Objects\sliceobject.c" />
160161
<ClCompile Include="..\Objects\structseq.c" />
162+
<ClCompile Include="..\Objects\templateobject.c" />
161163
<ClCompile Include="..\Objects\tupleobject.c" />
162164
<ClCompile Include="..\Objects\typeobject.c" />
163165
<ClCompile Include="..\Objects\typevarobject.c" />

PCbuild/pythoncore.vcxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
<ClInclude Include="..\Include\internal\pycore_interp_structs.h" />
265265
<ClInclude Include="..\Include\internal\pycore_interpframe.h" />
266266
<ClInclude Include="..\Include\internal\pycore_interpframe_structs.h" />
267+
<ClInclude Include="..\Include\internal\pycore_interpolation.h" />
267268
<ClInclude Include="..\Include\internal\pycore_intrinsics.h" />
268269
<ClInclude Include="..\Include\internal\pycore_jit.h" />
269270
<ClInclude Include="..\Include\internal\pycore_list.h" />
@@ -310,6 +311,7 @@
310311
<ClInclude Include="..\Include\internal\pycore_structseq.h" />
311312
<ClInclude Include="..\Include\internal\pycore_sysmodule.h" />
312313
<ClInclude Include="..\Include\internal\pycore_symtable.h" />
314+
<ClInclude Include="..\Include\internal\pycore_template.h" />
313315
<ClInclude Include="..\Include\internal\pycore_time.h" />
314316
<ClInclude Include="..\Include\internal\pycore_token.h" />
315317
<ClInclude Include="..\Include\internal\pycore_traceback.h" />
@@ -529,6 +531,7 @@
529531
<ClCompile Include="..\Objects\funcobject.c" />
530532
<ClCompile Include="..\Objects\genericaliasobject.c" />
531533
<ClCompile Include="..\Objects\genobject.c" />
534+
<ClCompile Include="..\Objects\interpolationobject.c" />
532535
<ClCompile Include="..\Objects\iterobject.c" />
533536
<ClCompile Include="..\Objects\listobject.c" />
534537
<ClCompile Include="..\Objects\longobject.c" />
@@ -544,6 +547,7 @@
544547
<ClCompile Include="..\Objects\setobject.c" />
545548
<ClCompile Include="..\Objects\sliceobject.c" />
546549
<ClCompile Include="..\Objects\structseq.c" />
550+
<ClCompile Include="..\Objects\templateobject.c" />
547551
<ClCompile Include="..\Objects\tupleobject.c" />
548552
<ClCompile Include="..\Objects\typeobject.c" />
549553
<ClCompile Include="..\Objects\typevarobject.c" />

0 commit comments

Comments
 (0)