Skip to content

Commit

Permalink
demo_2.vcxproj : Oops. Only fixed one post-build step, not the other.…
Browse files Browse the repository at this point in the history
… Should now work for both configurations.
  • Loading branch information
razterizer committed Dec 9, 2024
1 parent 1d039d4 commit 60a5b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/demos.vs/demo_2.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ xcopy /y "$(SolutionDir)..\..\..\3rdparty_libsndfile\lib\sndfile.dll" "$(TargetD
<AdditionalDependencies>openal32.lib;sndfile.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>xcopy /y "$(SolutionDir)..\..\..\3rdparty_OpenAL\lib\sndfile.dll" "$(TargetDir)"</Command>
<Command>xcopy /y "$(SolutionDir)..\..\..\3rdparty_OpenAL\lib\OpenAL32.dll" "$(TargetDir)"
xcopy /y "$(SolutionDir)..\..\..\3rdparty_libsndfile\lib\sndfile.dll" "$(TargetDir)"</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit 60a5b50

Please sign in to comment.