7 lines
482 B
Batchfile
7 lines
482 B
Batchfile
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
|