Skip to content

Commit 2712555

Browse files
Add timemodule.c to the freeze_module build on Windows.
1 parent 71b85d8 commit 2712555

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

PCbuild/_freeze_module.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
<ClCompile Include="..\Modules\getpath_noop.c" />
111111
<ClCompile Include="..\Modules\posixmodule.c" />
112112
<ClCompile Include="..\Modules\signalmodule.c" />
113+
<ClCompile Include="..\Modules\timemodule.c" />
113114
<ClCompile Include="..\Modules\_tracemalloc.c" />
114115
<ClCompile Include="..\Modules\_io\_iomodule.c" />
115116
<ClCompile Include="..\Modules\_io\bufferedio.c" />

PCbuild/_freeze_module.vcxproj.filters

+3
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,9 @@
367367
<ClCompile Include="..\Python\thread.c">
368368
<Filter>Source Files</Filter>
369369
</ClCompile>
370+
<ClCompile Include="..\Modules\timemodule.c">
371+
<Filter>Source Files</Filter>
372+
</ClCompile>
370373
<ClCompile Include="..\Parser\token.c">
371374
<Filter>Source Files</Filter>
372375
</ClCompile>

0 commit comments

Comments
 (0)