浏览代码

Copy SDL2.dll

Brian Fiete 2 年之前
父节点
当前提交
0ffd1df0ce
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/build.bat

+ 1 - 1
bin/build.bat

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