-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvk-cpp-bot.cbp
More file actions
executable file
·78 lines (78 loc) · 2.42 KB
/
vk-cpp-bot.cbp
File metadata and controls
executable file
·78 lines (78 loc) · 2.42 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
<?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" />
<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 option="-O3" />
</Compiler>
<Linker>
<Add option="-s" />
</Linker>
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile" />
<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="src/FaceSwapper.cpp" />
<Unit filename="Makefile" />
<Unit filename="README.md" />
<Unit filename="src/cmd.cpp" />
<Unit filename="src/cmd.h" />
<Unit filename="src/cmds.cpp" />
<Unit filename="src/cmds.h" />
<Unit filename="src/common.h" />
<Unit filename="config.json" />
<Unit filename="src/fs.cpp" />
<Unit filename="src/fs.h" />
<Unit filename="src/json.hpp" />
<Unit filename="src/lp.cpp" />
<Unit filename="src/lp.h" />
<Unit filename="src/main.cpp" />
<Unit filename="src/modules.cpp" />
<Unit filename="src/modules.h" />
<Unit filename="src/msg.cpp" />
<Unit filename="src/msg.h" />
<Unit filename="src/net.cpp" />
<Unit filename="src/net.h" />
<Unit filename="src/other.cpp" />
<Unit filename="src/other.h" />
<Unit filename="src/py.cpp">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="src/py.h">
<Option target="<{~None~}>" />
</Unit>
<Unit filename="src/str.cpp" />
<Unit filename="src/str.h" />
<Unit filename="src/vk.cpp" />
<Unit filename="src/vk.h" />
<Extensions>
<code_completion />
<debugger />
<envvars />
</Extensions>
</Project>
</CodeBlocks_project_file>