From 3c641687f129aae539007f818653f0c9709bfa44 Mon Sep 17 00:00:00 2001 From: IcePixelx <41352111+PixieCore@users.noreply.github.com> Date: Tue, 17 Aug 2021 22:17:58 +0200 Subject: [PATCH] Fix post-build for r5dev debug compilation. --- r5dev/r5dev.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r5dev/r5dev.vcxproj b/r5dev/r5dev.vcxproj index 98699835..3b562f80 100644 --- a/r5dev/r5dev.vcxproj +++ b/r5dev/r5dev.vcxproj @@ -151,7 +151,8 @@ Minhook.x64.lib;r5net.lib;%(AdditionalDependencies) - rename "$(TargetPath)" "r5dev.dll" + del $(SolutionDir)bin\$(Configuration)\r5dev.dll +rename "$(TargetPath)" "r5dev.dll" if not EXIST $(SolutionDir)external\minhook\lib\$(Configuration)\Minhook.x64.lib (