You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
2 lines
468 B
Batchfile
Executable File
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 |