Updated jit vcproj/makefile (NPOTB).

This commit is contained in:
Nicholas Hastings
2012-08-15 15:10:55 -04:00
parent 981171f42a
commit 76fa100c1d
3 changed files with 12 additions and 0 deletions
+2
View File
@@ -119,6 +119,7 @@
<ClCompile Include="..\dll_exports.cpp" />
<ClCompile Include="..\engine2.cpp" />
<ClCompile Include="..\jit_function.cpp" />
<ClCompile Include="..\md5\md5.cpp" />
<ClCompile Include="..\x86\jit_x86.cpp" />
<ClCompile Include="..\..\..\knight\shared\KeCodeAllocator.cpp" />
<ClCompile Include="..\x86\opcode_helpers.cpp" />
@@ -145,6 +146,7 @@
<ClInclude Include="..\jit_function.h" />
<ClInclude Include="..\jit_shared.h" />
<ClInclude Include="..\jit_version.h" />
<ClInclude Include="..\md5\md5.h" />
<ClInclude Include="..\x86\jit_x86.h" />
<ClInclude Include="..\x86\opcode_helpers.h" />
<ClInclude Include="..\sp_vm_basecontext.h" />