diff options
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 119650a..a2ee95e 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -532,6 +532,10 @@ <ClCompile Include="..\Python\deepfreeze\df.os.c" /> <ClCompile Include="..\Python\deepfreeze\df.site.c" /> <ClCompile Include="..\Python\deepfreeze\df.stat.c" /> + <ClCompile Include="..\Python\deepfreeze\df.types.c" /> + <ClCompile Include="..\Python\deepfreeze\df.importlib.util.c" /> + <ClCompile Include="..\Python\deepfreeze\df.importlib.machinery.c" /> + <ClCompile Include="..\Python\deepfreeze\df.runpy.c" /> <ClCompile Include="..\Python\deepfreeze\df.__hello__.c" /> <ClCompile Include="..\Python\deepfreeze\df.__phello__.c" /> <ClCompile Include="..\Python\deepfreeze\df.__phello__.ham.c" /> |