mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Fix post-build for r5dev debug compilation.
This commit is contained in:
parent
d9d3a08f95
commit
3c641687f1
@ -151,7 +151,8 @@
|
||||
<AdditionalDependencies>Minhook.x64.lib;r5net.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>rename "$(TargetPath)" "r5dev.dll"</Command>
|
||||
<Command>del $(SolutionDir)bin\$(Configuration)\r5dev.dll
|
||||
rename "$(TargetPath)" "r5dev.dll"</Command>
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>if not EXIST $(SolutionDir)external\minhook\lib\$(Configuration)\Minhook.x64.lib (
|
||||
|
Loading…
x
Reference in New Issue
Block a user