Prebuild event for debug dll.

This commit is contained in:
IcePixelx 2021-08-16 16:32:28 +02:00
parent 61d195ced7
commit 01d3be4c66
2 changed files with 2 additions and 3 deletions

View File

@ -151,8 +151,7 @@
<AdditionalDependencies>Minhook.x64.lib;r5net.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>
</Command>
<Command>rename "$(TargetPath)" "r5dev.dll"</Command>
</PostBuildEvent>
<PreBuildEvent>
<Command>if not EXIST $(SolutionDir)external\minhook\lib\$(Configuration)\Minhook.x64.lib (

View File

@ -7,7 +7,7 @@
#include "CCompanion.h"
#include "r5net.h"
#define OVERLAY_DEBUG
//#define OVERLAY_DEBUG
CCompanion* g_ServerBrowser = nullptr;