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

View File

@ -19,6 +19,7 @@ OBJECTS = dll_exports.cpp \
engine2.cpp \
BaseRuntime.cpp \
jit_function.cpp \
md5/md5.cpp \
zlib/adler32.c \
zlib/compress.c \
zlib/crc32.c \

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" />

View File

@ -19,6 +19,9 @@
<Filter Include="zlib">
<UniqueIdentifier>{be3a7952-1237-418c-82bb-d56f3b0f9204}</UniqueIdentifier>
</Filter>
<Filter Include="md5">
<UniqueIdentifier>{a4ac4f24-40e4-481c-9bd8-42a6f5b379f0}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\BaseRuntime.cpp">
@ -87,6 +90,9 @@
<ClCompile Include="..\zlib\zutil.c">
<Filter>zlib</Filter>
</ClCompile>
<ClCompile Include="..\md5\md5.cpp">
<Filter>md5</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\BaseRuntime.h">
@ -137,6 +143,9 @@
<ClInclude Include="..\..\..\public\sourcepawn\sp_vm_types.h">
<Filter>SDK</Filter>
</ClInclude>
<ClInclude Include="..\md5\md5.h">
<Filter>md5</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\version.rc">