Skip to content

Commit b19b827

Browse files
committed
added missing library
1 parent 219fbc8 commit b19b827

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

example/example.cbp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
<Compiler>
1515
<Add option="-g" />
1616
</Compiler>
17+
<Linker>
18+
<Add library="../src/bin/Release/libC-exCeptions.a" />
19+
</Linker>
1720
</Target>
1821
<Target title="Release">
1922
<Option output="bin/Release/example" prefix_auto="1" extension_auto="1" />

example/example.layout

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<CodeBlocks_layout_file>
33
<FileVersion major="1" minor="0" />
44
<ActiveTarget name="Release" />
5-
<File name="main.c" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
5+
<File name="main.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
66
<Cursor>
7-
<Cursor1 position="1477" topLine="39" />
7+
<Cursor1 position="1394" topLine="39" />
88
</Cursor>
99
</File>
1010
</CodeBlocks_layout_file>

src/src.layout

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<CodeBlocks_layout_file>
33
<FileVersion major="1" minor="0" />
44
<ActiveTarget name="Release" />
5-
<File name="exceptions.c" open="0" top="0" tabpos="0" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
5+
<File name="exceptions.c" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
66
<Cursor>
7-
<Cursor1 position="357" topLine="22" />
7+
<Cursor1 position="366" topLine="0" />
88
</Cursor>
99
</File>
10-
<File name="exceptions.h" open="1" top="0" tabpos="3" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
10+
<File name="exceptions.h" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
1111
<Cursor>
12-
<Cursor1 position="5335" topLine="74" />
12+
<Cursor1 position="7157" topLine="79" />
1313
</Cursor>
1414
</File>
1515
</CodeBlocks_layout_file>

tests/tests.layout

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<ActiveTarget name="Debug" />
55
<File name="main.h" open="1" top="0" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
66
<Cursor>
7-
<Cursor1 position="654" topLine="22" />
7+
<Cursor1 position="501" topLine="22" />
88
</Cursor>
99
</File>
10-
<File name="main.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
10+
<File name="main.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
1111
<Cursor>
12-
<Cursor1 position="381" topLine="5" />
12+
<Cursor1 position="525" topLine="5" />
1313
</Cursor>
1414
</File>
1515
</CodeBlocks_layout_file>

0 commit comments

Comments
 (0)