mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Use BeefDep0.zip
This commit is contained in:
parent
b0a559e464
commit
665b071094
3 changed files with 8 additions and 9 deletions
|
@ -14,16 +14,15 @@ PUSHD %~dp0..\
|
||||||
mkdir stats
|
mkdir stats
|
||||||
:STATS_HAS
|
:STATS_HAS
|
||||||
|
|
||||||
@IF EXIST extern\llvm_win64_13_0_1\_Done.txt GOTO LLVM_HAS
|
@IF EXIST BeefDep0_Done.txt GOTO DEPS0_HAS
|
||||||
call extern\llvm_build.bat
|
@ECHO Downloading dependencies (LLVM)...
|
||||||
|
bin\curl.exe -O https://www.beeflang.org/BeefDep0.zip
|
||||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||||
:LLVM_HAS
|
@ECHO Extracting dependencies (takes a while)...
|
||||||
|
bin\tar.exe -xf BeefDep0.zip
|
||||||
@IF EXIST IDE\dist\llvm\bin\lld-link.exe GOTO LLD_HAS
|
@IF %ERRORLEVEL% NEQ 0 GOTO
|
||||||
@ECHO ========== MISSING LLVM TOOLS ==========
|
del BeefDep0.zip
|
||||||
@ECHO IDE\dist\llvm\bin\lld-link.exe not found. Copy in from a Beef install or an LLVM/Clang install.
|
:DEPS0_HAS
|
||||||
@GOTO HADERROR
|
|
||||||
:LLD_HAS
|
|
||||||
|
|
||||||
copy BeefLibs\SDL2\dist\SDL2.dll IDE\dist
|
copy BeefLibs\SDL2\dist\SDL2.dll IDE\dist
|
||||||
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
@IF %ERRORLEVEL% NEQ 0 GOTO HADERROR
|
||||||
|
|
BIN
bin/curl.exe
Normal file
BIN
bin/curl.exe
Normal file
Binary file not shown.
BIN
bin/tar.exe
Normal file
BIN
bin/tar.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue