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

Copy SDL2

This commit is contained in:
Brian Fiete 2022-11-10 06:58:12 -08:00
parent 06f8b250fc
commit c6829ab1ee
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
.DS_Store
SDL2.dll
*.lst
*.o
*.vcxproj.user

View file

@ -25,6 +25,9 @@ call extern\llvm_build.bat
@GOTO HADERROR
:LLD_HAS
copy BeefLibs\SDL2\dist\SDL2.dll
@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%
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR