Skip to content

Commit

Permalink
fix: add missing runtime library for x86 debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
nekiro committed Jan 9, 2025
1 parent e8a5371 commit c37b2a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions vc17/otclient.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
<DisableSpecificWarnings>4244;4251;4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
<CombineFilesOnlyFromTheSameFolder>true</CombineFilesOnlyFromTheSameFolder>
<WarningLevel>Level4</WarningLevel>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<TargetMachine>MachineX86</TargetMachine>
Expand Down
3 changes: 0 additions & 3 deletions vc17/otclient.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -1055,9 +1055,6 @@
<ClInclude Include="..\src\framework\graphics\shader\shadersources.h">
<Filter>Header Files\framework\graphics\shader</Filter>
</ClInclude>
<ClInclude Include="..\src\protobuf\appearances.pb.h">
<Filter>Header Files\protobuf</Filter>
</ClInclude>
<ClInclude Include="..\src\client\attachableobject.h">
<Filter>Header Files\client</Filter>
</ClInclude>
Expand Down

0 comments on commit c37b2a9

Please sign in to comment.