2
0
Brian Fiete 2 жил өмнө
parent
commit
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%