From 60a5b5087e62c9dc75d4e084b2656baf20264b14 Mon Sep 17 00:00:00 2001 From: Rasmus Anthin Date: Mon, 9 Dec 2024 19:27:28 +0100 Subject: [PATCH] demo_2.vcxproj : Oops. Only fixed one post-build step, not the other. Should now work for both configurations. --- demos/demos.vs/demo_2.vcxproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demos/demos.vs/demo_2.vcxproj b/demos/demos.vs/demo_2.vcxproj index 28bdfa3..d584333 100644 --- a/demos/demos.vs/demo_2.vcxproj +++ b/demos/demos.vs/demo_2.vcxproj @@ -148,7 +148,8 @@ xcopy /y "$(SolutionDir)..\..\..\3rdparty_libsndfile\lib\sndfile.dll" "$(TargetD openal32.lib;sndfile.lib;$(CoreLibraryDependencies);%(AdditionalDependencies) - xcopy /y "$(SolutionDir)..\..\..\3rdparty_OpenAL\lib\sndfile.dll" "$(TargetDir)" + xcopy /y "$(SolutionDir)..\..\..\3rdparty_OpenAL\lib\OpenAL32.dll" "$(TargetDir)" +xcopy /y "$(SolutionDir)..\..\..\3rdparty_libsndfile\lib\sndfile.dll" "$(TargetDir)"