-
Notifications
You must be signed in to change notification settings - Fork 148
/
GenerateClang.rsp
54 lines (54 loc) · 1.13 KB
/
GenerateClang.rsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--additional
-m64
--config
exclude-com-proxies
exclude-empty-records
exclude-enum-operators
generate-aggressive-inlining
generate-callconv-member-function
generate-cpp-attributes
generate-disable-runtime-marshalling
generate-file-scoped-namespaces
generate-guid-member
generate-macro-bindings
generate-marker-interfaces
generate-native-inheritance-attribute
generate-setslastsystemerror-attribute
generate-tests-nunit
generate-unmanaged-constants
generate-vtbl-index-attribute
log-potential-typedef-remappings
multi-file
preview-codegen
trimmable-vtbls
unix-types
--exclude
CINDEX_VERSION_ENCODE
CINDEX_VERSION_STRINGIZE
CINDEX_VERSION_STRINGIZE_
--file
clang-c/BuildSystem.h
clang-c/CXCompilationDatabase.h
clang-c/CXDiagnostic.h
clang-c/CXErrorCode.h
clang-c/CXFile.h
clang-c/CXSourceLocation.h
clang-c/CXString.h
clang-c/Documentation.h
clang-c/ExternC.h
clang-c/FatalErrorHandler.h
clang-c/Index.h
clang-c/Platform.h
clang-c/Rewrite.h
--headerFile
./Properties/GenerateClang-LICENSE.txt
--methodClassName
clang
--namespace
ClangSharp.Interop
--output
./sources/ClangSharp/Interop
--prefixStrip
clang_
--test-output
./tests/ClangSharp.UnitTests/InteropTests