mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Upgraded LLVM to 8.0.1, switched all CRTs to static
This commit is contained in:
parent
9930ae8436
commit
f9ef95cb1c
13 changed files with 55 additions and 25 deletions
|
@ -7,4 +7,9 @@
|
|||
</requestedPrivileges>
|
||||
</security>
|
||||
</trustInfo>
|
||||
<application xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<windowsSettings>
|
||||
<dpiAware xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">True/PM</dpiAware>
|
||||
</windowsSettings>
|
||||
</application>
|
||||
</assembly>
|
||||
|
|
2
IDE/dist/IDE_CreateStable.bat
vendored
2
IDE/dist/IDE_CreateStable.bat
vendored
|
@ -49,7 +49,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO FAILED
|
|||
BeefBuild_boot.exe -proddir=..\ -config=Debug -platform=Win64
|
||||
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
|
||||
@ECHO ---- Building IDE (Release) ----
|
||||
REM BeefBuild_boot.exe -proddir=..\ -config=Release -platform=Win64
|
||||
BeefBuild_boot.exe -proddir=..\ -config=Release -platform=Win64
|
||||
IF %ERRORLEVEL% NEQ 0 GOTO FAILED
|
||||
|
||||
echo on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue