Playing around with scripts

This commit is contained in:
2023-02-24 22:20:40 +11:00
parent 3fca594209
commit aabbf41dd6
19 changed files with 597 additions and 44 deletions

View File

@@ -144,6 +144,7 @@ xcopy "$(SolutionDir)Toy\repl\repl_tools.*" "$(SolutionDir)box" /Y /I /E</Comman
<ClCompile Include="box\lib_engine.c" />
<ClCompile Include="box\lib_input.c" />
<ClCompile Include="box\lib_node.c" />
<ClCompile Include="box\lib_random.c" />
<ClCompile Include="box\lib_runner.c" />
<ClCompile Include="box\lib_standard.c" />
<ClCompile Include="box\repl_tools.c" />
@@ -156,6 +157,7 @@ xcopy "$(SolutionDir)Toy\repl\repl_tools.*" "$(SolutionDir)box" /Y /I /E</Comman
<ClInclude Include="box\lib_engine.h" />
<ClInclude Include="box\lib_input.h" />
<ClInclude Include="box\lib_node.h" />
<ClInclude Include="box\lib_random.h" />
<ClInclude Include="box\lib_runner.h" />
<ClInclude Include="box\lib_standard.h" />
<ClInclude Include="box\repl_tools.h" />