Dashboard/Quik.FreeType/clangsharp.rsp

35 lines
616 B
Plaintext
Raw Normal View History

2023-09-15 19:35:46 +02:00
-x
c
-l
freetype
--config
compatible-codegen
single-file
exclude-fnptr-codegen
generate-aggressive-inlining
generate-setslastsystemerror-attribute
unix-types
--include-directory
../lib/freetype/include
--include-directory
.
--include-directory
/usr/lib/llvm-14/lib/clang/14.0.6/include
--file
../lib/freetype/include/freetype/freetype.h
--methodClassName
FT
--namespace
Quik.FreeType
--output
FreeType.cs
--prefixStrip
FT_
--remap
FT_Pos=long
FT_String=byte
FT_Long=long
FT_Fixed=long
FT_ULong=ulong
long=long
FT_F26Dot6=int