Files
UnrealEngineUWP/Engine/Source/ThirdParty/SPIRV-Reflect/Projects/Linux/CrossCompile.bat
Ben Marsh 99be00dcdb Merging latest from Private-Starship.
[CL 13192225 by Ben Marsh in ue5-main branch]
2020-05-05 18:50:52 -04:00

2 lines
468 B
Batchfile
Executable File

%LINUX_ROOT%/bin/clang++.exe -fPIC -Wno-switch -Wno-deprecated-register -target x86_64-unknown-linux-gnu --sysroot=%LINUX_ROOT% -Wno-unused-value -I../../SPIRV-Reflect -fvisibility=hidden -DNDEBUG -g -O2 -nostdinc++ -I../../SPIRV-Reflect/../../Linux/LibCxx/include/c++/v1 -std=c++11 -o spirv_reflect.o -c ../../SPIRV-Reflect/spirv_reflect.c
%LINUX_ROOT%/bin/x86_64-unknown-linux-gnu-ar.exe cr ../../lib/Linux/x86_64-unknown-linux-gnu/libSPIRV-Reflect.a spirv_reflect.o