diff options
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index b659981..70f0556 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -433,6 +433,8 @@ <ClCompile Include="..\Parser\tokenizer.c" /> <ClCompile Include="..\Parser\token.c" /> <ClCompile Include="..\Parser\pegen.c" /> + <ClCompile Include="..\Parser\pegen_errors.c" /> + <ClCompile Include="..\Parser\action_helpers.c" /> <ClCompile Include="..\Parser\parser.c" /> <ClCompile Include="..\Parser\string_parser.c" /> <ClCompile Include="..\Parser\peg_api.c" /> |