-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvk-cpp-bot.cbp
More file actions
executable file
·84 lines (84 loc) · 2.73 KB
/
vk-cpp-bot.cbp
File metadata and controls
executable file
·84 lines (84 loc) · 2.73 KB
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="vk-cpp-bot" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="0" />
<SilentBuild command="$make -f $makefile > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="Release">
<Option output="vkbot" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add directory="include" />
</Compiler>
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="0" />
<SilentBuild command="$make -f $makefile > $(CMD_NULL)" />
</MakeCommands>
</Target>
</Build>
<Unit filename="Makefile" />
<Unit filename="README.md" />
<Unit filename="config.json" />
<Unit filename="include/bd.h" />
<Unit filename="include/cmd.h" />
<Unit filename="include/common.h" />
<Unit filename="include/doc.h" />
<Unit filename="include/events.h" />
<Unit filename="include/fs.h" />
<Unit filename="include/game.h" />
<Unit filename="include/img.h" />
<Unit filename="include/lp.h" />
<Unit filename="include/net.h" />
<Unit filename="include/py.h" />
<Unit filename="include/str.h" />
<Unit filename="include/timer.h" />
<Unit filename="include/users.h" />
<Unit filename="include/vk.h" />
<Unit filename="include/worker.h" />
<Unit filename="src/bd.cpp" />
<Unit filename="src/cmd.cpp" />
<Unit filename="src/cmds.cpp" />
<Unit filename="src/doc.cpp" />
<Unit filename="src/events.cpp" />
<Unit filename="src/fs.cpp" />
<Unit filename="src/game.cpp" />
<Unit filename="src/img.cpp" />
<Unit filename="src/lp.cpp" />
<Unit filename="src/main.cpp" />
<Unit filename="src/net.cpp" />
<Unit filename="src/py.cpp" />
<Unit filename="src/str.cpp" />
<Unit filename="src/timer.cpp" />
<Unit filename="src/users.cpp" />
<Unit filename="src/vk.cpp" />
<Unit filename="src/worker.cpp" />
<Extensions>
<DoxyBlocks>
<comment_style block="5" line="2" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>