diff options
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 992c84f..bff7b95 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -161,7 +161,6 @@ <ClInclude Include="..\Include\longobject.h" /> <ClInclude Include="..\Include\marshal.h" /> <ClInclude Include="..\Include\memoryobject.h" /> - <ClInclude Include="..\Include\metagrammar.h" /> <ClInclude Include="..\Include\methodobject.h" /> <ClInclude Include="..\Include\modsupport.h" /> <ClInclude Include="..\Include\moduleobject.h" /> @@ -175,7 +174,6 @@ <ClInclude Include="..\Include\osmodule.h" /> <ClInclude Include="..\Include\parsetok.h" /> <ClInclude Include="..\Include\patchlevel.h" /> - <ClInclude Include="..\Include\pgen.h" /> <ClInclude Include="..\Include\pgenheaders.h" /> <ClInclude Include="..\Include\pyhash.h" /> <ClInclude Include="..\Include\py_curses.h" /> @@ -372,12 +370,8 @@ <ClCompile Include="..\Objects\unicodeobject.c" /> <ClCompile Include="..\Objects\weakrefobject.c" /> <ClCompile Include="..\Parser\acceler.c" /> - <ClCompile Include="..\Parser\bitset.c" /> - <ClCompile Include="..\Parser\firstsets.c" /> - <ClCompile Include="..\Parser\grammar.c" /> <ClCompile Include="..\Parser\grammar1.c" /> <ClCompile Include="..\Parser\listnode.c" /> - <ClCompile Include="..\Parser\metagrammar.c" /> <ClCompile Include="..\Parser\myreadline.c" /> <ClCompile Include="..\Parser\node.c" /> <ClCompile Include="..\Parser\parser.c" /> |