-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtonev2.cbp
More file actions
44 lines (44 loc) · 1.25 KB
/
Copy pathtonev2.cbp
File metadata and controls
44 lines (44 loc) · 1.25 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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="tonev2" />
<Option pch_mode="2" />
<Option compiler="sdcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/tonev2.ihx" prefix_auto="1" extension_auto="0" />
<Option working_dir="" />
<Option object_output="obj/Debug/" />
<Option type="5" />
<Option compiler="sdcc" />
<Compiler>
<Add option="--debug" />
</Compiler>
</Target>
<Target title="Release">
<Option output="bin/Release/tonev2.ihx" prefix_auto="1" extension_auto="0" />
<Option working_dir="" />
<Option object_output="obj/Release/" />
<Option type="5" />
<Option compiler="sdcc" />
<Compiler>
<Add option="--opt-code-size" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-mpdk14" />
</Compiler>
<Linker>
<Add library="pdk14" />
</Linker>
<ExtraCommands>
<Add after='cmd /c "packihx <$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).ihx >$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).hex"' />
</ExtraCommands>
<Unit filename="main.c">
<Option compilerVar="CC" />
</Unit>
<Extensions />
</Project>
</CodeBlocks_project_file>