1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Copy SDL2.dll

This commit is contained in:
Brian Fiete 2022-11-10 07:48:57 -08:00
parent c6829ab1ee
commit 0ffd1df0ce

View file

@ -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%