fix Windows projects for new file

This commit is contained in:
Matthew Flatt 2014-04-09 18:02:31 -06:00
parent be39851374
commit 0fcde57817
3 changed files with 6 additions and 0 deletions

View File

@ -51,6 +51,7 @@
"jitprep"
"jitstack"
"jitstate"
"letrec_check"
"list"
"marshal"
"module"

View File

@ -653,6 +653,10 @@
RelativePath="..\..\Racket\Src\List.c"
>
</File>
<File
RelativePath="..\..\Racket\Src\letrec_check.c"
>
</File>
<File
RelativePath="..\..\Racket\Src\module.c"
>

View File

@ -209,6 +209,7 @@
<ClCompile Include="..\..\Racket\Src\jitprep.c" />
<ClCompile Include="..\..\Racket\Src\jitstack.c" />
<ClCompile Include="..\..\Racket\Src\jitstate.c" />
<ClCompile Include="..\..\Racket\Src\letrec_check.c" />
<ClCompile Include="..\..\Racket\Src\List.c" />
<ClCompile Include="..\..\Racket\Src\marshal.c" />
<ClCompile Include="..\..\Racket\Src\module.c" />