mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +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
|
.DS_Store
|
||||||
|
SDL2.dll
|
||||||
*.lst
|
*.lst
|
||||||
*.o
|
*.o
|
||||||
*.vcxproj.user
|
*.vcxproj.user
|
||||||
|
|
|
@ -25,6 +25,9 @@ call extern\llvm_build.bat
|
||||||
@GOTO HADERROR
|
@GOTO HADERROR
|
||||||
:LLD_HAS
|
: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%
|
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
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue