forked from alpha0010/ClangLib
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathclanglib.cbp
152 lines (152 loc) · 5.38 KB
/
clanglib.cbp
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="clanglib (Windows)" />
<Option pch_mode="2" />
<Option default_target="ClangLib" />
<Option compiler="gcc" />
<Build>
<Target title="Debug_32">
<Option platforms="Windows;" />
<Option output="C:/git/clanglib" prefix_auto="0" extension_auto="1" />
<Option working_dir="/home/yves/codeblocks-svn" />
<Option object_output=".objs/plugins/clanglib" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance -ns -ni -v -p debug" />
<Option host_application="./codeblocks" />
<Option run_host_application_in_terminal="0" />
<Option projectCompilerOptionsRelation="2" />
<Compiler>
<Add option="-m32" />
<Add option="-g" />
<Add option="$(#CB_RELEASE_TYPE)" />
<Add option="`wx-config --cflags`" />
<Add option="-I`llvm-config --includedir`" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-fPIC" />
<Add option="-pthread" />
<Add option="-DBUILDING_PLUGIN" />
<Add directory="." />
<Add directory="../codeblocks-1510/src/include" />
</Compiler>
<Linker>
<Add option="-m32" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 C:\git\clanglib.zip resources/manifest.xml resources/ccsettings.xrc resources/clangcodecompletion_toolbar.xrc" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Target title="Release_32">
<Option platforms="Windows;" />
<Option output="C:/git/clanglib" prefix_auto="0" extension_auto="1" />
<Option working_dir="/home/yves/codeblocks-svn" />
<Option object_output=".objs/plugins/clanglib" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance -ns -ni -v -p debug" />
<Option host_application="./codeblocks" />
<Option run_host_application_in_terminal="0" />
<Option projectCompilerOptionsRelation="2" />
<Compiler>
<Add option="-O3" />
<Add option="-m32" />
<Add option="$(#CB_RELEASE_TYPE)" />
<Add option="`wx-config --cflags`" />
<Add option="-I`llvm-config --includedir`" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-fPIC" />
<Add option="-pthread" />
<Add option="-DBUILDING_PLUGIN" />
<Add directory="." />
<Add directory="../codeblocks-1510/src/include" />
</Compiler>
<Linker>
<Add option="-m32" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 C:\git\clanglib.zip resources/manifest.xml resources/ccsettings.xrc resources/codecompletion_toolbar.xrc" />
<Mode after="always" />
</ExtraCommands>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="Debug_32;" />
</VirtualTargets>
<Compiler>
<Add option="-O3" />
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-ansi" />
<Add option="$(#CB_RELEASE_TYPE)" />
<Add option="-IC:\wxMSW-2.8.12\include" />
<Add option="-IC:\wxMSW-2.8.12\lib\gcc_dll\mswu" />
<Add option="-IC:\mingw\include" />
<Add option="-IC:\LLVM-3.6\include" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-fPIC" />
<Add option="-pthread" />
<Add option="-std=gnu++0x" />
<Add option="-DcbDEBUG" />
<Add option="-DCB_PRECOMP" />
<Add option="-DWX_PRECOMP" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-DwxUSE_WCHAR_T" />
<Add directory="../codeblocks_src/src/include" />
<Add directory="../codeblocks_src/src/sdk/wxscintilla/include" />
</Compiler>
<Linker>
<Add option="`wx-config --libs`" />
<Add option="-L`llvm-config --libdir`" />
<Add option="-Wl,--no-undefined" />
<Add library="codeblocks" />
<Add library="wxmsw28u_gcc_cb" />
<Add library="C:/LLVM-3.6/lib/libclang.lib" />
<Add directory="../codeblocks-src/lib" />
<Add directory="C:/LLVM-3.6/lib" />
<Add directory="C:/Program Files (x86)/CodeBlocks" />
<Add directory="C:/LLVM-3.6/lib/clang/3.6.0/lib/windows" />
<Add directory="C:/wxMSW-2.8.12/lib/gcc_dll" />
</Linker>
<Unit filename="README.md">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="cclogger.cpp" />
<Unit filename="cclogger.h" />
<Unit filename="clangcc.cpp" />
<Unit filename="clangcc.h" />
<Unit filename="clangccsettingsdlg.cpp" />
<Unit filename="clangccsettingsdlg.h" />
<Unit filename="clangdiagnostics.cpp" />
<Unit filename="clangdiagnostics.h" />
<Unit filename="clangplugin.cpp" />
<Unit filename="clangplugin.h" />
<Unit filename="clangpluginapi.h" />
<Unit filename="clangproxy.cpp" />
<Unit filename="clangproxy.h" />
<Unit filename="clangtoolbar.cpp" />
<Unit filename="clangtoolbar.h" />
<Unit filename="resources/ccsettings.xrc" />
<Unit filename="resources/codecompletion_toolbar.xrc" />
<Unit filename="resources/manifest.xml" />
<Unit filename="tokendatabase.cpp" />
<Unit filename="tokendatabase.h" />
<Unit filename="translationunit.cpp" />
<Unit filename="translationunit.h" />
<Unit filename="treemap.cpp" />
<Unit filename="treemap.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>