-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathControl++.cbp
More file actions
59 lines (59 loc) · 2.31 KB
/
Control++.cbp
File metadata and controls
59 lines (59 loc) · 2.31 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Godot-CCP" />
<Option makefile="SConstruct" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<MakeCommands>
<Build command="scons -f $makefile debug=1" />
<CompileFile command='echo "ERROR: Compilation of single files is disabled, use build instead."; return 1' />
<Clean command="scons -f $makefile debug=1 -c" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="scons -f $makefile debug=1 -q" />
<SilentBuild command="scons -f $makefile debug=1 > $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="Debug">
<Option output="/home/cyprian/Godot/Godot-CCP/demo/bin" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
<MakeCommands>
<Build command="scons -f $makefile debug=1" />
<CompileFile command='echo "ERROR: Compilation of single files is disabled, use build instead."; return 1' />
<Clean command="scons -f $makefile debug=1 -c" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="scons -f $makefile debug=1 -q" />
<SilentBuild command="scons -f $makefile debug=1 > $(CMD_NULL)" />
</MakeCommands>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
</Compiler>
<Unit filename="src/better_scroll.cpp" />
<Unit filename="src/better_scroll.h" />
<Unit filename="src/button.cpp" />
<Unit filename="src/button.h" />
<Unit filename="src/core/doc_data.cpp" />
<Unit filename="src/core/doc_data.h" />
<Unit filename="src/documentation.cpp" />
<Unit filename="src/documentation.h" />
<Unit filename="src/editor/doc_tools.cpp" />
<Unit filename="src/editor/doc_tools.h" />
<Unit filename="src/expandable_button.cpp" />
<Unit filename="src/expandable_button.h" />
<Unit filename="src/gdexample.cpp" />
<Unit filename="src/gdexample.h" />
<Unit filename="src/platform_config.h" />
<Unit filename="src/register_types.cpp" />
<Unit filename="src/register_types.h" />
<Extensions />
</Project>
</CodeBlocks_project_file>