-
Notifications
You must be signed in to change notification settings - Fork 3
/
UpperDeck.cbp
51 lines (51 loc) · 1.3 KB
/
UpperDeck.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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="Upper Deck" />
<Option makefile_is_custom="1" />
<Option execution_dir="/home/personal/prg/cc/robot/src/ud" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Option virtualFolders="Python/;" />
<Build>
<Target title="Debug">
<Option type="4" />
<Option compiler="gcc" />
<Option parameters="run" />
<Compiler>
<Add option="-g" />
</Compiler>
</Target>
<Target title="TestAll">
<Option type="4" />
<Option compiler="gcc" />
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add directory="inc" />
</Compiler>
<Unit filename="src/ud/sensors.py">
<Option virtualFolder="Python/" />
<Option target="Debug" />
</Unit>
<Unit filename="src/ud/settings.py">
<Option virtualFolder="Python/" />
</Unit>
<Unit filename="src/ud/states.py">
<Option virtualFolder="Python/" />
<Option target="Debug" />
</Unit>
<Unit filename="src/ud/support.py">
<Option virtualFolder="Python/" />
</Unit>
<Unit filename="src/ud/utility.py">
<Option virtualFolder="Python/" />
</Unit>
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>