-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSourceTrail_wxMSW30-msys2.cbp
82 lines (82 loc) · 3.02 KB
/
SourceTrail_wxMSW30-msys2.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="SourceTrail wxMSW3.0.x MSys2" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="SourceTrail.dll" prefix_auto="0" extension_auto="0" />
<Option object_output="../../../.objs/plugins/contrib/SourceTrail" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance -na -ns -nd -p debug" />
<Option host_application="../../../devel/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-Wall" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option="-DBUILDING_PLUGIN" />
<Add option="-DHAVE_W32API_H" />
<Add option="-D__WXMSW__" />
<Add option="-DWXUSINGDLL" />
<Add option="-DcbDEBUG" />
<Add option="-DCB_PRECOMP" />
<Add option="-DWX_PRECOMP" />
<Add option="-DwxUSE_UNICODE" />
<Add option="-DNO_LOGGING" />
<Add directory="$(#cb.include)" />
<Add directory="$(#cb)/sdk/wxscintilla/include" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="-Wl,--enable-auto-import" />
<Add option="-mthreads" />
<Add library="codeblocks" />
<Add library="wx_$(WX_TOOLKIT)$(WX_SUFFIX)_core-$(WX_VERSION).dll" />
<Add library="wx_base$(WX_SUFFIX)_net-$(WX_VERSION).dll" />
<Add library="wx_base$(WX_SUFFIX)-$(WX_VERSION).dll" />
<Add directory="$(#cb.lib)" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 SourceTrail.zip manifest.xml" />
<Add after="zip -j9 SourceTrail.cbplugin SourceTrail.dll SourceTrail.zip" />
<Mode after="always" />
</ExtraCommands>
</Target>
<Environment>
<Variable name="WX_SUFFIX" value="u" />
<Variable name="WX_TOOLKIT" value="msw" />
<Variable name="WX_VERSION" value="3.0" />
</Environment>
</Build>
<VirtualTargets>
<Add alias="All" targets="default;" />
</VirtualTargets>
<Compiler>
<Add option="-std=gnu++11" />
<Add option='[[if (GetCompilerFactory().GetCompilerVersionString(_T("gcc")) >= _T("4.8.0")) print(_T("-Wno-unused-local-typedefs"));]]' />
<Add directory="$(TARGET_COMPILER_DIR)lib/wx/include/$(WX_TOOLKIT)-unicode-$(WX_VERSION)" />
<Add directory="$(TARGET_COMPILER_DIR)include/wx-$(WX_VERSION)" />
</Compiler>
<Unit filename="SourceTrail.cpp" />
<Unit filename="SourceTrail.h" />
<Unit filename="stclient.cpp" />
<Unit filename="stclient.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<wxsmith version="1">
<resources>
<wxPanel wxs="wxsmith/ConfigPanel.wxs" src="ConfigPanel.cpp" hdr="ConfigPanel.h" fwddecl="0" i18n="1" name="ConfigPanel" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>