mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Copy SDL2
This commit is contained in:
parent
06f8b250fc
commit
c6829ab1ee
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
.DS_Store
|
||||
SDL2.dll
|
||||
*.lst
|
||||
*.o
|
||||
*.vcxproj.user
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue