VS10 project fixup

This commit is contained in:
Matthew Flatt 2011-02-18 17:19:30 -07:00
parent 4b13dc0ba4
commit 0e590d3a76

View File

@ -199,6 +199,13 @@
<ClCompile Include="..\..\Racket\Src\gmp\gmp.c" />
<ClCompile Include="..\..\Racket\Src\Hash.c" />
<ClCompile Include="..\..\Racket\Src\jit.c" />
<ClCompile Include="..\..\Racket\Src\jitalloc.c" />
<ClCompile Include="..\..\Racket\Src\jitarith.c" />
<ClCompile Include="..\..\Racket\Src\jitcall.c" />
<ClCompile Include="..\..\Racket\Src\jitcommon.c" />
<ClCompile Include="..\..\Racket\Src\jitinline.c" />
<ClCompile Include="..\..\Racket\Src\jitstack.c" />
<ClCompile Include="..\..\Racket\Src\jitstate.c" />
<ClCompile Include="..\..\Racket\Src\List.c" />
<ClCompile Include="..\..\Racket\Src\module.c" />
<ClCompile Include="..\..\Racket\Src\mzrt.c" />