We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1398745 commit bc8c0d5Copy full SHA for bc8c0d5
2 files changed
PCbuild/_freeze_module.vcxproj
@@ -226,6 +226,7 @@
226
<ClCompile Include="..\Python\getplatform.c" />
227
<ClCompile Include="..\Python\getversion.c" />
228
<ClCompile Include="..\Python\ceval_gil.c" />
229
+ <ClCompile Include="..\Python\colorize.c" />
230
<ClCompile Include="..\Python\hamt.c" />
231
<ClCompile Include="..\Python\hashtable.c" />
232
<ClCompile Include="..\Python\import.c" />
PCbuild/_freeze_module.vcxproj.filters
@@ -217,6 +217,9 @@
217
<ClCompile Include="..\Python\ceval_gil.c">
218
<Filter>Source Files</Filter>
219
</ClCompile>
220
+ <ClCompile Include="..\Python\colorize.c">
221
+ <Filter>Source Files</Filter>
222
+ </ClCompile>
223
<ClCompile Include="..\Python\hamt.c">
224
225
0 commit comments