Fixed post build event.

This commit is contained in:
Lev 2017-02-15 20:04:23 +05:00
parent 42ae4c2e97
commit 5c34ee85ea

View File

@ -928,7 +928,7 @@
<AdditionalLibraryDirectories>$(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
</Link>
<PostBuildEvent>
<Command>copy /Y $(ProjectDir)..\lib\steam_api.dll $(OutDir)</Command>
<Command>copy /Y "$(ProjectDir)..\lib\steam_api.dll" "$(OutDir)"</Command>
<Message>Automatic deployment script</Message>
</PostBuildEvent>
<CustomBuildStep>