Skip to content

Commit bc8c0d5

Browse files
committed
fixup! Add colour to '-X importtime' output
1 parent 1398745 commit bc8c0d5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

PCbuild/_freeze_module.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
<ClCompile Include="..\Python\getplatform.c" />
227227
<ClCompile Include="..\Python\getversion.c" />
228228
<ClCompile Include="..\Python\ceval_gil.c" />
229+
<ClCompile Include="..\Python\colorize.c" />
229230
<ClCompile Include="..\Python\hamt.c" />
230231
<ClCompile Include="..\Python\hashtable.c" />
231232
<ClCompile Include="..\Python\import.c" />

PCbuild/_freeze_module.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,9 @@
217217
<ClCompile Include="..\Python\ceval_gil.c">
218218
<Filter>Source Files</Filter>
219219
</ClCompile>
220+
<ClCompile Include="..\Python\colorize.c">
221+
<Filter>Source Files</Filter>
222+
</ClCompile>
220223
<ClCompile Include="..\Python\hamt.c">
221224
<Filter>Source Files</Filter>
222225
</ClCompile>

0 commit comments

Comments
 (0)