fix Windows projects for new file
This commit is contained in:
parent
be39851374
commit
0fcde57817
|
@ -51,6 +51,7 @@
|
|||
"jitprep"
|
||||
"jitstack"
|
||||
"jitstate"
|
||||
"letrec_check"
|
||||
"list"
|
||||
"marshal"
|
||||
"module"
|
||||
|
|
|
@ -653,6 +653,10 @@
|
|||
RelativePath="..\..\Racket\Src\List.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Racket\Src\letrec_check.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\Racket\Src\module.c"
|
||||
>
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user