From 0ffd1df0ced0c07d2c2c30f07048fb4365f82fd6 Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Thu, 10 Nov 2022 07:48:57 -0800 Subject: [PATCH] Copy SDL2.dll --- bin/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.bat b/bin/build.bat index 15ae08cd..c0041546 100644 --- a/bin/build.bat +++ b/bin/build.bat @@ -25,7 +25,7 @@ call extern\llvm_build.bat @GOTO HADERROR :LLD_HAS -copy BeefLibs\SDL2\dist\SDL2.dll +copy BeefLibs\SDL2\dist\SDL2.dll IDE\dist @IF %ERRORLEVEL% NEQ 0 GOTO HADERROR CALL bin/msbuild.bat BeefySysLib\BeefySysLib.vcxproj /p:Configuration=Debug /p:Platform=x64 /p:SolutionDir=%cd%\ /v:m %MSBUILD_FLAGS%