forked from olipfei/cbvcs
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcbvcs.cbp
134 lines (134 loc) · 4.79 KB
/
cbvcs.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="cbvcs" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="unix-libgit2">
<Option platforms="Unix;Mac;" />
<Option output="cbvcs" prefix_auto="1" extension_auto="1" />
<Option type="3" />
<Option compiler="gcc" />
<Option host_application="codeblocks" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="`pkg-config --cflags codeblocks`" />
<Add option="`wx-config --cflags`" />
<Add option="-std=c++11" />
<Add option="-fPIC" />
<Add option="-g" />
<Add option="`pkg-config --cflags libgit2`" />
<Add option="-Wall" />
<Add option="-Werror" />
<Add option="-DUSE_LIBGIT2" />
</Compiler>
<Linker>
<Add option="`pkg-config --libs codeblocks`" />
<Add option="`wx-config --libs`" />
<Add option="`pkg-config --libs libgit2`" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 cbvcs.zip manifest.xml" />
<Add after="cp -f libcbvcs.so cbvcs.so" />
<Add after="zip -j9 cbvcs.cbplugin cbvcs.so cbvcs.zip" />
</ExtraCommands>
</Target>
<Target title="Win32">
<Option platforms="Windows;" />
<Option output="../../../devel/share/CodeBlocks/plugins/cbvcs" prefix_auto="1" extension_auto="1" />
<Option object_output="../../../.objs/plugins/contrib/cbvcs" />
<Option type="3" />
<Option compiler="gcc" />
<Option parameters="--debug-log --multiple-instance --no-check-associations -ns -nd" />
<Option host_application="../../../devel/codeblocks.exe" />
<Option run_host_application_in_terminal="0" />
<Compiler>
<Add option="-g" />
<Add option="-pipe" />
<Add option="-mthreads" />
<Add option="-fmessage-length=0" />
<Add option="-fexceptions" />
<Add option="-Winvalid-pch" />
<Add option='-include "pch.h"' />
<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 directory="../../../include" />
<Add directory="../../../sdk/wxscintilla/include" />
<Add directory="$(#wx.include)" />
<Add directory="$(#wx.lib)" />
<Add directory="$(#wx.lib)/gcc_dll$(WX_CFG)/msw$(WX_SUFFIX)" />
</Compiler>
<ResourceCompiler>
<Add directory="$(#wx.include)" />
</ResourceCompiler>
<Linker>
<Add option="-Wl,--enable-auto-import" />
<Add option="-mthreads" />
<Add library="codeblocks" />
<Add library="wxmsw$(WX_VERSION)$(WX_SUFFIX)" />
<Add directory="../../../devel" />
<Add directory="$(#wx.lib)" />
<Add directory="$(#wx.lib)/gcc_dll$(WX_CFG)" />
</Linker>
<ExtraCommands>
<Add after="zip -j9 ..\..\..\devel\share\codeblocks\cbvcs.zip manifest.xml" />
<Mode after="always" />
</ExtraCommands>
<Environment>
<Variable name="WX_CFG" value="" />
<Variable name="WX_SUFFIX" value="u" />
<Variable name="WX_VERSION" value="28" />
</Environment>
</Target>
</Build>
<VirtualTargets>
<Add alias="All" targets="Linux;Win32;" />
</VirtualTargets>
<Unit filename="CommitMsgDialog.cpp" />
<Unit filename="CommitMsgDialog.h" />
<Unit filename="IVersionControlSystem.cpp" />
<Unit filename="IVersionControlSystem.h" />
<Unit filename="NOTES" />
<Unit filename="VcsFileItem.cpp" />
<Unit filename="VcsFileItem.h" />
<Unit filename="VcsFileOp.cpp" />
<Unit filename="VcsFileOp.h" />
<Unit filename="VcsProject.cpp" />
<Unit filename="VcsProject.h" />
<Unit filename="VcsTreeItem.cpp" />
<Unit filename="VcsTreeItem.h" />
<Unit filename="cbvcs.cpp" />
<Unit filename="cbvcs.h" />
<Unit filename="copyprotector.h" />
<Unit filename="git_libgit2.cpp" />
<Unit filename="git_libgit2.h" />
<Unit filename="git_libgit2_ops.cpp" />
<Unit filename="git_libgit2_ops.h" />
<Unit filename="icommandexecuter.h" />
<Unit filename="manifest.xml" />
<Unit filename="shellutilimpl.cpp" />
<Unit filename="shellutilimpl.h" />
<Unit filename="vcsfactory.cpp" />
<Unit filename="vcsfactory.h" />
<Unit filename="vcsprojecttracker.cpp" />
<Unit filename="vcsprojecttracker.h" />
<Unit filename="vcstrackermap.cpp" />
<Unit filename="vcstrackermap.h" />
<Unit filename="wxsmith/CommitMsgDialog.wxs" />
<Extensions>
<wxsmith version="1">
<resources>
<wxScrollingDialog wxs="wxsmith/CommitMsgDialog.wxs" src="CommitMsgDialog.cpp" hdr="CommitMsgDialog.h" fwddecl="0" i18n="1" name="CommitMsgDialog" language="CPP" />
</resources>
</wxsmith>
</Extensions>
</Project>
</CodeBlocks_project_file>