Revision 12

View differences:

logic/trunk/eneraptor.cbp
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<CodeBlocks_project_file>
3
	<FileVersion major="1" minor="6" />
4
	<Project>
5
		<Option title="eneraptor" />
6
		<Option pch_mode="2" />
7
		<Option compiler="gcc" />
8
		<Build>
9
			<Target title="Debug">
10
				<Option output="bin/Debug/eneraptor" prefix_auto="1" extension_auto="1" />
11
				<Option object_output="obj/Debug/" />
12
				<Option type="1" />
13
				<Option compiler="gcc" />
14
				<Compiler>
15
					<Add option="-g" />
16
				</Compiler>
17
				<Linker>
18
					<Add option="-lmxml" />
19
				</Linker>
20
			</Target>
21
			<Target title="Release">
22
				<Option output="bin/Release/eneraptor" prefix_auto="1" extension_auto="1" />
23
				<Option object_output="obj/Release/" />
24
				<Option type="1" />
25
				<Option compiler="gcc" />
26
				<Compiler>
27
					<Add option="-O2" />
28
				</Compiler>
29
				<Linker>
30
					<Add option="-s" />
31
				</Linker>
32
			</Target>
33
		</Build>
34
		<Compiler>
35
			<Add option="-Wall" />
36
		</Compiler>
37
		<Linker>
38
			<Add option="-lmxml" />
39
			<Add library="pthread" />
40
		</Linker>
41
		<Unit filename="devicelist.c">
42
			<Option compilerVar="CC" />
43
		</Unit>
44
		<Unit filename="devicelist.h" />
45
		<Unit filename="initialisation.h" />
46
		<Unit filename="main.c">
47
			<Option compilerVar="CC" />
48
		</Unit>
49
		<Unit filename="src/hci_comm/hci_comm.h" />
50
		<Unit filename="src/hci_comm/hci_comm_listener.c">
51
			<Option compilerVar="CC" />
52
		</Unit>
53
		<Extensions>
54
			<code_completion />
55
			<debugger />
56
		</Extensions>
57
	</Project>
58
</CodeBlocks_project_file>
logic/trunk/eneraptor.layout
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2
<CodeBlocks_layout_file>
3
	<ActiveTarget name="Debug" />
4
	<File name="devicelist.c" open="0" top="0" tabpos="2">
5
		<Cursor position="2830" topLine="75" />
6
	</File>
7
	<File name="initialisation.h" open="0" top="0" tabpos="8">
8
		<Cursor position="0" topLine="0" />
9
	</File>
10
	<File name="main.c" open="0" top="0" tabpos="1">
11
		<Cursor position="73" topLine="0" />
12
	</File>
13
</CodeBlocks_layout_file>
logic/trunk/eneraptor.depend
1
# depslib dependency file v1.0
2
1294839673 source:/home/janez/Documents/Dropbox/greenIT/eneraptor/main.c
3
	<stdio.h>
4
	<stdlib.h>
5

  
6
1294862485 source:/home/janez/Documents/Dropbox/greenIT/eneraptor/devicelist.c
7
	"devicelist.h"
8
	<string.h>
9
	<mxml.h>
10

  
11
1294858842 /home/janez/Documents/Dropbox/greenIT/eneraptor/devicelist.h
12

  
13
1294862456 source:/home/janez/Documents/Dropbox/greenIT/eneraptor/src/hci_comm/hci_comm_listener.c
14
	"hci_comm.h"
15
	<sys/types.h>
16
	<sys/socket.h>
17
	<netinet/in.h>
18
	<arpa/inet.h>
19
	<stdio.h>
20
	<stdlib.h>
21
	<string.h>
22
	<unistd.h>
23

  
24
1294862391 /home/janez/Documents/Dropbox/greenIT/eneraptor/src/hci_comm/hci_comm.h
25

  
26
1294862485 source:/home/janez/Documents/Dropbox/greenIT/eneraptor/src/init/devicelist.c
27
	"devicelist.h"
28
	<string.h>
29
	<mxml.h>
30

  
31
1294858842 /home/janez/Documents/Dropbox/greenIT/eneraptor/src/init/devicelist.h
32

  
33
1294863577 source:/home/janez/Documents/Dropbox/greenIT/eneraptor/src/startup/main.c
34
	"../hci_comm/hci_comm.h"
35
	<stdio.h>
36
	<pthread.h>
37

  

Also available in: Unified diff