Skip to content

Commit abaeeac

Browse files
committed
update pcbuild
1 parent 91a8743 commit abaeeac

4 files changed

+9
-0
lines changed

PCbuild/_freeze_module.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@
183183
<ClCompile Include="..\Python\bltinmodule.c" />
184184
<ClCompile Include="..\Python\bootstrap_hash.c" />
185185
<ClCompile Include="..\Python\ceval.c" />
186+
<ClCompile Include="..\Python\cfg.c" />
186187
<ClCompile Include="..\Python\codecs.c" />
187188
<ClCompile Include="..\Python\compile.c" />
188189
<ClCompile Include="..\Python\context.c" />

PCbuild/_freeze_module.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@
7676
<ClCompile Include="..\Python\ceval.c">
7777
<Filter>Source Files</Filter>
7878
</ClCompile>
79+
<ClCompile Include="..\Python\cfg.c">
80+
<Filter>Source Files</Filter>
81+
</ClCompile>
7982
<ClCompile Include="..\Objects\classobject.c">
8083
<Filter>Source Files</Filter>
8184
</ClCompile>

PCbuild/pythoncore.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@
205205
<ClInclude Include="..\Include\internal\pycore_call.h" />
206206
<ClInclude Include="..\Include\internal\pycore_ceval.h" />
207207
<ClInclude Include="..\Include\internal\pycore_ceval_state.h" />
208+
<ClInclude Include="..\Include\internal\pycore_cfg.h" />
208209
<ClInclude Include="..\Include\internal\pycore_code.h" />
209210
<ClInclude Include="..\Include\internal\pycore_compile.h" />
210211
<ClInclude Include="..\Include\internal\pycore_condvar.h" />
@@ -504,6 +505,7 @@
504505
<ClCompile Include="..\Python\bltinmodule.c" />
505506
<ClCompile Include="..\Python\bootstrap_hash.c" />
506507
<ClCompile Include="..\Python\ceval.c" />
508+
<ClCompile Include="..\Python\cfg.c" />
507509
<ClCompile Include="..\Python\codecs.c" />
508510
<ClCompile Include="..\Python\compile.c" />
509511
<ClCompile Include="..\Python\context.c" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,9 @@
11061106
<ClCompile Include="..\Python\ceval.c">
11071107
<Filter>Python</Filter>
11081108
</ClCompile>
1109+
<ClCompile Include="..\Python\cfg.c">
1110+
<Filter>Python</Filter>
1111+
</ClCompile>
11091112
<ClCompile Include="..\Python\codecs.c">
11101113
<Filter>Python</Filter>
11111114
</ClCompile>

0 commit comments

Comments
 (0)