1482 lines
92 KiB
XML
1482 lines
92 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="Leenkx Core" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="bin/Debug/Leenkx-Core" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Deployment" />
|
|
<Option object_output="obj/Debug/" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-std=c++17" />
|
|
<Add option="-g" />
|
|
<Add option="-DWITH_AUDIO" />
|
|
<Add option="-DWITH_COMPUTE" />
|
|
<Add option="-DWITH_WORKER" />
|
|
<Add option="-DKINC_NO_WAYLAND" />
|
|
<Add option="-DKORE_G1" />
|
|
<Add option="-DKORE_G2" />
|
|
<Add option="-DKORE_G3" />
|
|
<Add option="-DKORE_A1" />
|
|
<Add option="-DKORE_A2" />
|
|
<Add option="-DKORE_LZ4X" />
|
|
<Add option="-DKORE_OPENGL" />
|
|
<Add option="-DKINC_EGL" />
|
|
<Add option="-D_POSIX_C_SOURCE=200112L" />
|
|
<Add option="-D_XOPEN_SOURCE=600" />
|
|
<Add option="-DKORE_G4" />
|
|
<Add option="-DKORE_G5" />
|
|
<Add option="-DKORE_G5ONG4" />
|
|
</Compiler>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="bin/Release/Leenkx-Core" prefix_auto="1" extension_auto="1" />
|
|
<Option working_dir="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Deployment" />
|
|
<Option object_output="obj/Release/" />
|
|
<Option type="0" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-std=c++17" />
|
|
<Add option="-O2" />
|
|
<Add option="-DWITH_AUDIO" />
|
|
<Add option="-DWITH_COMPUTE" />
|
|
<Add option="-DWITH_WORKER" />
|
|
<Add option="-DKINC_NO_WAYLAND" />
|
|
<Add option="-DKORE_G1" />
|
|
<Add option="-DKORE_G2" />
|
|
<Add option="-DKORE_G3" />
|
|
<Add option="-DKORE_A1" />
|
|
<Add option="-DKORE_A2" />
|
|
<Add option="-DKORE_LZ4X" />
|
|
<Add option="-DKORE_OPENGL" />
|
|
<Add option="-DKINC_EGL" />
|
|
<Add option="-D_POSIX_C_SOURCE=200112L" />
|
|
<Add option="-D_XOPEN_SOURCE=600" />
|
|
<Add option="-DKORE_G4" />
|
|
<Add option="-DKORE_G5" />
|
|
<Add option="-DKORE_G5ONG4" />
|
|
<Add option="-DNDEBUG" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-std=c++17" />
|
|
<Add option="-Wall" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/v8/include" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources" />
|
|
<Add directory="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-pthread" />
|
|
<Add option="-static-libgcc" />
|
|
<Add option="-static-libstdc++" />
|
|
<Add option="-Wl,-rpath,." />
|
|
<Add library="v8/libraries/macos/release/libwebsockets.a" />
|
|
<Add library="v8_monolith -L/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/v8/libraries/linux/release/" />
|
|
<Add library="asound" />
|
|
<Add library="dl" />
|
|
<Add library="udev" />
|
|
<Add library="GL" />
|
|
<Add library="EGL" />
|
|
</Linker>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Sources/main.cpp">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Sources/worker.cpp">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Sources/worker.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/GL/eglew.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/GL/glew.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/GL/glxew.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/GL/wglew.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/compute.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/compute.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/OpenGL.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/OpenGL.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/OpenGLWindow.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/OpenGLWindow.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/ShaderStorageBufferImpl.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/ShaderStorageBufferImpl.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/VrInterface.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/constantbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/constantbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/graphics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/indexbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/indexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/ogl.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/openglunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/pipeline.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/pipeline.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/rendertarget.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/rendertarget.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/shader.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/shader.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/texture.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/texture.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/texturearray.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/texturearray.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/vertexbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics4/OpenGL/Sources/kinc/backend/graphics4/vertexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/G5onG4.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/G5onG4.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/commandlist.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/commandlist.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/constantbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/constantbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/g5ong4unit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/graphics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/indexbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/indexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/pipeline.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/pipeline.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/rendertarget.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/rendertarget.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/sampler.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/sampler.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/shader.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/shader.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/texture.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/texture.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/vertexbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/Graphics5/G5onG4/Sources/kinc/backend/graphics5/vertexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/display.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/funcs.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/gamepad.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/gamepad.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/linuxunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/mouse.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/sound.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/system.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/video.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/video.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/window.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/wayland/display.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/wayland/system.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/wayland/wayland-funs.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/wayland/wayland.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/wayland/window.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/x11/display.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/x11/system.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/x11/window.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/Linux/Sources/kinc/backend/x11/x11.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/atomic.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/event.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/event.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/mutex.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/mutex.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/posixunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/semaphore.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/semaphore.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/thread.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/thread.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/threadlocal.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Backends/System/POSIX/Sources/kinc/backend/threadlocal.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/color.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/display.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/error.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/global.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/image.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/log.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/pch.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/rootunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/rootunit.cpp">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/system.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/video.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/window.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/a1unit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/audio.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/audio.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/sound.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/sound.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/soundstream.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio1/soundstream.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio2/audio.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/audio2/audio.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics1/graphics.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics1/graphics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics2/graphics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics2/graphics_kore.cpp">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics2/graphics_soft.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/compute.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/constantbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/constantlocation.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/g4unit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/graphics.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/graphics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/indexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/pipeline.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/pipeline.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/rendertarget.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/rendertarget.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/shader.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/texture.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/texturearray.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/textureunit.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/usage.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/vertexbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/vertexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics4/vertexstructure.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/commandlist.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/commandlist.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/compute.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/constantbuffer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/constantbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/constantlocation.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/g5unit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/graphics.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/graphics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/indexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/pipeline.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/pipeline.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/raytrace.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/rendertarget.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/rendertarget.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/sampler.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/sampler.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/shader.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/texture.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/texture.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/textureunit.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/vertexbuffer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/graphics5/vertexstructure.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/acceleration.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/gamepad.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/inputunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/keyboard.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/mouse.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/pen.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/rotation.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/input/surface.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/io/filereader.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/io/filewriter.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/io/iounit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/lz4x.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/neon_mathfun.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/sse_mathfun.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/stb_image.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/stb_sprintf.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/stb_vorbis.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/alloc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/buflist.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/context.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/libwebsockets.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/logs.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/lws_dll2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/lws_map.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/private-lib-core.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core/vfs.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/adopt.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/close.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/dummy-callback.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/lws-dsh.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/network.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/output.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/pollfd.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/private-lib-core-net.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/route.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/service.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/socks5-client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/sorted-usec-list.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/state.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/transport-mux-client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/transport-mux-common.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/transport-mux-proxy.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/vhost.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/wol.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/wsi-timeout.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/wsi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/conmon.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/connect.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/connect2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/connect3.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/connect4.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/core-net/client/sort-dns.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/cose/cose_key.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/cose/cose_sign.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/cose/cose_sign_alg.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/cose/cose_validate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/cose/cose_validate_alg.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/cose/private-lib-cose.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/button/lws-button.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/display/ili9341-spi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/display/lws-display.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/display/spd1656-spi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/display/ssd1306-i2c.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/display/ssd1675b-spi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/display/uc8176-spi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/i2c/lws-i2c.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/i2c/bitbang/lws-bb-i2c.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/led/led-gpio.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/led/led-seq.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/led/private-lib-drivers-led.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/netdev/netdev.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/netdev/wifi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/pwm/pwm.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/settings/settings.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/spi/lws-spi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/drivers/spi/bitbang/lws-bb-spi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/private-lib-event-libs.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/glib/glib.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/glib/private-lib-event-libs-glib.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/libev/libev.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/libev/private-lib-event-libs-libev.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/libevent/libevent.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/libevent/private-lib-event-libs-libevent.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/libuv/libuv.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/libuv/private-lib-event-libs-libuv.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/poll/poll.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/poll/private-lib-event-libs-poll.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/sdevent/private-lib-event-libs-sdevent.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/sdevent/sdevent.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/uloop/private-lib-event-libs-uloop.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/event-libs/uloop/uloop.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/private-lib-jose.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/jwe-ecdh-es-aeskw.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/jwe-rsa-aescbc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/jwe-rsa-aesgcm.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/jwe.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/private-lib-jose-jwe.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/enc/aescbc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/enc/aesgcm.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwe/enc/aeskw.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwk/jose_key.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jwk/jwk.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jws/jose.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jws/jws.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/jose/jws/private-lib-jose-jws.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/backtrace.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/base64-decode.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/css-lextable.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/css-propconst-lextable.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/daemonize.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dir.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/diskcache.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/fsmount.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/getifaddrs.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/getifaddrs.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/ieeehalfprecision.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/jpeg.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lecp.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lejp.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lhp-ss.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lhp.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lws-ring.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lws-struct-lejp.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lws-struct-sqlite.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/minilex.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/peer-limits.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/prng.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/romfs.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/romfs.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/sha-1.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/upng-gzip.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/upng.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/cache-ttl/file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/cache-ttl/heap.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/cache-ttl/lws-cache-ttl.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/cache-ttl/private-lib-misc-cache-ttl.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-font-mcufont.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-jpeg.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-lhp.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-png.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-rect.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-ss.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo-text.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/dlo.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/dlo/private-lib-drivers-display-dlo.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/fts/private-lib-misc-fts.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/fts/trie-fd.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/fts/trie.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/jrpc/jrpc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/jrpc/private-lib-misc-jrpc.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lwsac/cached-file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lwsac/lwsac.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/lwsac/private-lib-misc-lwsac.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/misc/threadpool/threadpool.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-fds.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-init.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-misc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-pipe.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-resolv.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-service.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/freertos-sockets.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/private-lib-plat-freertos.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/esp32-lws_ota.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/drivers/gpio-esp32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/drivers/lws-plat-gpio.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/drivers/pwm-esp32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/drivers/settings-esp32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/drivers/spi-esp32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/freertos/esp32/drivers/netdev/wifi-esp32.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/optee/lws-plat-optee.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/optee/network.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/optee/private-lib-plat-optee.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/private-lib-plat-unix.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-caps.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-fds.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-init.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-misc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-pipe.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-plugins.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-resolv.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-service.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-sockets.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-spawn.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/unix-systemd.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/unix/android/android-resolv.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/private-lib-plat-windows.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-fds.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-init.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-misc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-pipe.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-plugins.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-resolv.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-service.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-sockets.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/plat/windows/windows-spawn.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/private-lib-roles.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/cgi/cgi-server.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/cgi/ops-cgi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/cgi/private-lib-roles-cgi.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/dbus/dbus.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/dbus/private-lib-roles-dbus.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h1/ops-h1.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h1/private-lib-roles-h1.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h2/hpack.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h2/http2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h2/huftable.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h2/minihuf.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h2/ops-h2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/h2/private-lib-roles-h2.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/cookie.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/date.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/header.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/lextable-strings.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/lextable.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/minilex.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/parsers.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/private-lib-roles-http.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/client/client-http.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/compression/private-lib-roles-http-compression.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/compression/stream.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/compression/brotli/brotli.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/compression/deflate/deflate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/access-log.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/fops-zip.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/lejp-conf.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/lws-spa.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/ranges.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/rewrite.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/http/server/server.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/listen/ops-listen.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/mqtt/mqtt.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/mqtt/ops-mqtt.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/mqtt/primitives.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/mqtt/private-lib-roles-mqtt.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/mqtt/client/client-mqtt-handshake.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/mqtt/client/client-mqtt.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/netlink/ops-netlink.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/pipe/ops-pipe.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/raw-file/ops-raw-file.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/raw-proxy/ops-raw-proxy.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/raw-proxy/private-lib-roles-raw-proxy.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/raw-skt/ops-raw-skt.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/client-parser-ws.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/client-ws.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/ops-ws.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/private-lib-roles-ws.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/server-ws.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/ext/extension-permessage-deflate.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/ext/extension-permessage-deflate.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/roles/ws/ext/extension.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/policy-common.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/policy-json.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/private-lib-secure-streams.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/secure-streams.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/plugins/ssp-h1url/h1url.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/protocols/ss-h1.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/protocols/ss-h2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/protocols/ss-mqtt.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/protocols/ss-raw.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/protocols/ss-ws.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/client/sspc-deserialize.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/client/sspc-transport-wsi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/client/sspc-transport.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/client/sspc.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/proxy/proxy-deserialize.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/proxy/proxy-transport-wsi.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/proxy/proxy-transport.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/serialized/proxy/proxy.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/system/auth-api.amazon.com/auth.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/system/auth-sigv4/sign.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/system/captive-portal-detect/captive-portal-detect.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/secure-streams/system/fetch-policy/fetch-policy.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/system.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/async-dns/async-dns-parse.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/async-dns/async-dns.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/async-dns/private-lib-async-dns.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/dhcpclient/dhcpc4.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/dhcpclient/dhcpclient.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/dhcpclient/private-lib-system-dhcpclient.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/fault-injection/fault-injection.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/fault-injection/private-lib-system-fault-injection.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/metrics/metrics.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/metrics/private-lib-system-metrics.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/ntpclient/ntpclient.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/ota/ota.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/smd/private-lib-system-smd.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/system/smd/smd.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/lws-gencrypto-common.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/lws-genec-common.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/private-jit-trust.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/private-lib-tls.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/private-network.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/tls-client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/tls-jit-trust.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/tls-network.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/tls-server.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/tls-sessions.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/tls.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/lws-genaes.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/lws-gencrypto.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/lws-genec.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/lws-genhash.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/lws-genrsa.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-extensions.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-server.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-session.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-ssl.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-tls.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/mbedtls-x509.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/private-lib-tls-mbedtls.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl3.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_cert.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_code.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_dbg.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_lib.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_methods.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_pkey.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_stack.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_types.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/ssl_x509.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/tls1.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/internal/x509_vfy.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/openssl/ssl.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/platform/ssl_pm.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/include/platform/ssl_port.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/library/ssl_cert.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/library/ssl_lib.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/library/ssl_methods.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/library/ssl_pkey.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/library/ssl_stack.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/library/ssl_x509.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/platform/ssl_pm.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/mbedtls/wrapper/platform/ssl_port.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/lws-genaes.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/lws-gencrypto.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/lws-genec.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/lws-genhash.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/lws-genrsa.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/openssl-client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/openssl-server.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/openssl-session.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/openssl-ssl.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/openssl-tls.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/openssl-x509.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/libs/tls/openssl/private-lib-tls-openssl.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/math/core.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/math/mathunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/math/matrix.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/math/quaternion.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/math/random.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/math/vector.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/network/http.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/network/networkunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/network/socket.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/float32x4.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/int16x8.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/int32x4.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/int8x16.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/type_conversions.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/types.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/uint16x8.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/uint32x4.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/simd/uint8x16.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/atomic.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/event.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/fiber.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/mutex.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/semaphore.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/thread.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/threads/threadlocal.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/Kinc/Sources/kinc/vr/vrinterface.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-pointer-constraint.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-pointer-constraint.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-protocol.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-protocol.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-relative-pointer.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-relative-pointer.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-tablet.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-tablet.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-viewporter.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/wayland-viewporter.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/waylandunit.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/xdg-decoration.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/xdg-decoration.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/xdg-shell.c.h">
|
|
</Unit>
|
|
<Unit filename="/home/onek8/Development/LNXSDK_Builder/CORE/CORE_Release/leenkxcore/build/wayland/wayland-generated/xdg-shell.h">
|
|
</Unit>
|
|
<Extensions>
|
|
<code_completion />
|
|
<debugger />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|