Browse Source

Copy SDL2

Brian Fiete 2 years ago
parent
commit
c6829ab1ee
2 changed files with 4 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 3 0
      bin/build.bat

+ 1 - 0
.gitignore

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

+ 3 - 0
bin/build.bat

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