Files
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

7 lines
482 B
Batchfile
Executable File

rem @ECHO OFF
REM Copyright Epic Games, Inc. All Rights Reserved.
set ENGINE_ROOT=%~dp0..\..\..\..\..
call "%ENGINE_ROOT%\Build\BatchFiles\RunUAT.bat" BuildCMakeLib -TargetPlatform=Win64 -TargetLib=astcenc -TargetLibVersion=5.0.1 -MakeTarget=astcenc-sse4.1-static -CMakeAdditionalArguments="-DASTCENC_CLI=OFF -DASTCENC_ISA_AVX2=OFF -DASTCENC_ISA_SSE41=ON -DASTCENC_X86_GATHERS=OFF" -TargetConfigs=Release -LibOutputPath=lib -CMakeGenerator=VS2022 -SkipCreateChangelist || exit /b