Fix compiler error + rename debug dll's

Rename for easier debugging and config separation
This commit is contained in:
Amos
2022-01-09 16:29:36 +01:00
parent c292d8ad46
commit 19f5010bd2
5 changed files with 7 additions and 7 deletions

View File

@@ -374,7 +374,7 @@
<ClCompile Include="engine\sys_utils.cpp" />
<ClCompile Include="launcher\IApplication.cpp" />
<ClCompile Include="mathlib\adler32.cpp" />
<ClCompile Include="mathlib\bits.c" />
<ClCompile Include="mathlib\bits.cpp" />
<ClCompile Include="mathlib\crc32.cpp" />
<ClCompile Include="mathlib\IceKey.cpp" />
<ClCompile Include="networksystem\r5net.cpp" />