forked from tomolt/GitBlocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitBlocks.cbp
85 lines (85 loc) · 3.83 KB
/
GitBlocks.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="GitBlocks" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="default">
<Option output="GitBlocks.so" prefix_auto="0" extension_auto="0" />
<Option type="3" />
<Option compiler="gcc" />
<Option host_application="codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-ansi" />
<Add option="-g" />
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --version=2.8 --cflags`" />
<Add option="`wx-config --version=2.8 --cxxflags`" />
<Add option="-fPIC" />
<Add directory="/usr/include/codeblocks" />
<Add directory="include" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --version=2.8 --libs`" />
<Add option="-z defs" />
</Linker>
</Target>
</Build>
<Unit filename="AUTHORS" />
<Unit filename="COPYING" />
<Unit filename="ChangeLog" />
<Unit filename="INSTALL" />
<Unit filename="Makefile.am" />
<Unit filename="NEWS" />
<Unit filename="README" />
<Unit filename="bootstrap" />
<Unit filename="config.h.in" />
<Unit filename="configure.ac" />
<Unit filename="include/CloneDialog.h" />
<Unit filename="include/CommitAllDialog.h" />
<Unit filename="include/CommitDialog.h" />
<Unit filename="include/GitBlocks.h" />
<Unit filename="include/NewBranchDialog.h" />
<Unit filename="include/RemoveDialog.h" />
<Unit filename="include/RenameDialog.h" />
<Unit filename="include/SwitchBranchDialog.h" />
<Unit filename="manifest.xml" />
<Unit filename="src/CloneDialog.cpp" />
<Unit filename="src/CommitAllDialog.cpp" />
<Unit filename="src/CommitDialog.cpp" />
<Unit filename="src/GitBlocks.cpp" />
<Unit filename="src/NewBranchDialog.cpp" />
<Unit filename="src/RemoveDialog.cpp" />
<Unit filename="src/RenameDialog.cpp" />
<Unit filename="src/SwitchBranchDialog.cpp" />
<Unit filename="wxsmith/CloneDialog.wxs" />
<Unit filename="wxsmith/CommitAllDialog.wxs" />
<Unit filename="wxsmith/CommitDialog.wxs" />
<Unit filename="wxsmith/NewBranchDialog.wxs" />
<Unit filename="wxsmith/RemoveDialog.wxs" />
<Unit filename="wxsmith/RenameDialog.wxs" />
<Unit filename="wxsmith/SwitchBranchDialog.wxs" />
<Extensions>
<envvars />
<code_completion />
<wxsmith version="1">
<gui name="wxWidgets" src="" main="" init_handlers="necessary" language="CPP" />
<resources>
<wxDialog wxs="wxsmith/CommitAllDialog.wxs" src="src/CommitAllDialog.cpp" hdr="include/CommitAllDialog.h" fwddecl="0" i18n="1" name="CommitAllDialog" language="CPP" />
<wxDialog wxs="wxsmith/CloneDialog.wxs" src="src/CloneDialog.cpp" hdr="include/CloneDialog.h" fwddecl="0" i18n="1" name="CloneDialog" language="CPP" />
<wxDialog wxs="wxsmith/CommitDialog.wxs" src="src/CommitDialog.cpp" hdr="include/CommitDialog.h" fwddecl="0" i18n="1" name="CommitDialog" language="CPP" />
<wxDialog wxs="wxsmith/NewBranchDialog.wxs" src="src/NewBranchDialog.cpp" hdr="include/NewBranchDialog.h" fwddecl="0" i18n="1" name="NewBranchDialog" language="CPP" />
<wxDialog wxs="wxsmith/RemoveDialog.wxs" src="src/RemoveDialog.cpp" hdr="include/RemoveDialog.h" fwddecl="0" i18n="1" name="RemoveDialog" language="CPP" />
<wxDialog wxs="wxsmith/RenameDialog.wxs" src="src/RenameDialog.cpp" hdr="include/RenameDialog.h" fwddecl="0" i18n="1" name="RenameDialog" language="CPP" />
<wxDialog wxs="wxsmith/SwitchBranchDialog.wxs" src="src/SwitchBranchDialog.cpp" hdr="include/SwitchBranchDialog.h" fwddecl="0" i18n="1" name="SwitchBranchDialog" language="CPP" />
</resources>
</wxsmith>
<lib_finder disable_auto="1" />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>