Added postbuild event for the debug compile.

This commit is contained in:
PixieCore 2021-08-16 16:33:49 +02:00 committed by GitHub
commit d9d3a08f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;