forked from martim01/SourceTrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSourceTrail_wx31_64.cbp
75 lines (75 loc) · 2.58 KB
/
SourceTrail_wx31_64.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="SourceTrail wx3.1.x (64 bit)" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="../../../devel31_64/share/codeblocks/plugins/SourceTrail.dll" prefix_auto="0" extension_auto="0" />
<Option object_output="../../../.objs31_64/plugins/contrib/SourceTrail" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance -na -ns -nd -p debug" />
<Option host_application="../../../devel31_64/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-Wall" />
<Add option="$(#CB_RELEASE_TYPE)" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-D_WIN64" />
<Add option="-DWXUSINGDLL" />
<Add option="-DcbDEBUG" />
<Add option="-DCB_PRECOMP" />
<Add option="-DWX_PRECOMP" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-DNO_LOGGING" />
<Add directory="../../../include" />
<Add directory="../../../include/tinyxml" />
<Add directory="../../../sdk/wxscintilla/include" />
<Add directory="$(#WX31_64.include)" />
<Add directory="$(#WX31_64.lib)/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-Wl,--enable-auto-import" />
<Add option="-mthreads" />
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add library="codeblocks" />
<Add directory="../../../devel31_64" />
<Add directory="$(#WX31_64.lib)/gcc_dll$(WX_CFG)" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 ..\..\..\devel31_64\share\codeblocks\SourceTrail.zip manifest.xml" />
</ExtraCommands>
</Target>
<Environment>
<Variable name="WX_CFG" value="" />
<Variable name="WX_SUFFIX" value="u" />
<Variable name="WX_VERSION" value="31" />
</Environment>
</Build>
<VirtualTargets>
<Add alias="All" targets="default;" />
</VirtualTargets>
<Compiler>
<Add option="-std=gnu++11" />
</Compiler>
<Unit filename="SourceTrail.cpp" />
<Unit filename="SourceTrail.h" />
<Unit filename="stclient.cpp" />
<Unit filename="stclient.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>