summaryrefslogtreecommitdiffstats
path: root/PCbuild/_freeze_module.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'PCbuild/_freeze_module.vcxproj')
-rw-r--r--PCbuild/_freeze_module.vcxproj9
1 files changed, 8 insertions, 1 deletions
diff --git a/PCbuild/_freeze_module.vcxproj b/PCbuild/_freeze_module.vcxproj
index bdcf29b..aaa63fe 100644
--- a/PCbuild/_freeze_module.vcxproj
+++ b/PCbuild/_freeze_module.vcxproj
@@ -172,7 +172,14 @@
<ClCompile Include="..\Parser\action_helpers.c" />
<ClCompile Include="..\Parser\string_parser.c" />
<ClCompile Include="..\Parser\token.c" />
- <ClCompile Include="..\Parser\tokenizer.c" />
+ <ClCompile Include="..\Parser\lexer\buffer.c" />
+ <ClCompile Include="..\Parser\lexer\state.c" />
+ <ClCompile Include="..\Parser\lexer\lexer.c" />
+ <ClCompile Include="..\Parser\tokenizer\string_tokenizer.c" />
+ <ClCompile Include="..\Parser\tokenizer\file_tokenizer.c" />
+ <ClCompile Include="..\Parser\tokenizer\utf8_tokenizer.c" />
+ <ClCompile Include="..\Parser\tokenizer\readline_tokenizer.c" />
+ <ClCompile Include="..\Parser\tokenizer\helpers.c" />
<ClCompile Include="..\PC\invalid_parameter_handler.c" />
<ClCompile Include="..\PC\msvcrtmodule.c" />
<ClCompile Include="..\PC\winreg.c" />