mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix Win32 compile for netconsole
This commit is contained in:
parent
114f51fcf6
commit
5f005fb848
@ -53,6 +53,7 @@ void R5Dev_Shutdown()
|
||||
return;
|
||||
}
|
||||
bShutDown = true;
|
||||
spdlog::info("Shutdown GameSDK\n");
|
||||
|
||||
Systems_Shutdown();
|
||||
WinSys_Detach();
|
||||
|
@ -11,11 +11,11 @@ __declspec(dllexport) void DummyExport()
|
||||
|
||||
const std::string R5R_LOGO[] =
|
||||
{
|
||||
R"(+---------------------------------------------------------------------+)",
|
||||
R"(| ___ ___ ___ _ _ _ ___ __ _ _ |)",
|
||||
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) / \ / | |__ |)",
|
||||
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / | () || | '_ \ |)",
|
||||
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)__(_)_|_.__/ |)",
|
||||
R"(| |)",
|
||||
R"(+---------------------------------------------------------------------+)"
|
||||
R"(+-------------------------------------------------------------------+)",
|
||||
R"(| ___ ___ ___ _ _ _ ___ __ ___ |)",
|
||||
R"(| | _ \ __| _ \___| |___ __ _ __| |___ __| | __ _|_ ) / \ |_ ) |)",
|
||||
R"(| | /__ \ / -_) / _ \/ _` / _` / -_) _` | \ V // / | () | / / |)",
|
||||
R"(| |_|_\___/_|_\___|_\___/\__,_\__,_\___\__,_| \_//___(_)__(_)___| |)",
|
||||
R"(| |)",
|
||||
R"(+-------------------------------------------------------------------+)"
|
||||
};
|
||||
|
@ -31,10 +31,14 @@
|
||||
<ClCompile Include="protoc\cl_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="protoc\sv_rcon.pb.cc">
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="public\utility.cpp" />
|
||||
<ClCompile Include="tier1\NetAdr2.cpp" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user