Skip to content

Commit

Permalink
WTF
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf109909 committed Jan 12, 2024
1 parent 0b6c251 commit ee1d9c7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion NorthstarDLL/NorthstarDLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ IF EXIST "$(SolutionDir)..\NorthstarCN_Binaries\Northstar.dll" del "$(SolutionDi
<ClCompile Include="shared\kcpintegration.cpp" />
<ClCompile Include="shared\keyvalues.cpp" />
<ClCompile Include="shared\maxplayers.cpp" />
<ClCompile Include="shared\cmimalloc.cpp" />
<ClCompile Include="shared\misccommands.cpp" />
<ClCompile Include="shared\playlist.cpp" />
<ClCompile Include="shared\rs.cpp" />
Expand Down
3 changes: 0 additions & 3 deletions NorthstarDLL/NorthstarDLL.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -698,9 +698,6 @@
<ClCompile Include="client\igig\kiero.cpp">
<Filter>Source Files\client\igig</Filter>
</ClCompile>
<ClCompile Include="shared\cmimalloc.cpp">
<Filter>Source Files\shared</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<MASM Include="audio_asm.asm">
Expand Down
3 changes: 1 addition & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@
"implot",
"libsvm",
"minhook",
"nlohmann-json",
"rapidjson",
{
"name": "spdlog",
"features": [
"wchar"
]
},
"mimalloc"
"nlohmann-json"
]
}

0 comments on commit ee1d9c7

Please sign in to comment.