Subversion Repositories HomeAutomation

Rev

Rev 1319 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1319 Rev 1322
Line 5... Line 5...
5
		<Option title="Atom" />
5
		<Option title="Atom" />
6
		<Option pch_mode="2" />
6
		<Option pch_mode="2" />
7
		<Option compiler="gcc" />
7
		<Option compiler="gcc" />
8
		<Build>
8
		<Build>
9
			<Target title="Debug">
9
			<Target title="Debug">
10
				<Option output="bin/Debug/Atom" prefix_auto="1" extension_auto="1" />
10
				<Option output="bin/Debug/atom" prefix_auto="1" extension_auto="1" />
11
				<Option object_output="obj/Debug/" />
11
				<Option object_output="obj/Debug/" />
12
				<Option type="1" />
12
				<Option type="1" />
13
				<Option compiler="gcc" />
13
				<Option compiler="gcc" />
14
				<Compiler>
14
				<Compiler>
15
					<Add option="-g" />
15
					<Add option="-g" />
Line 24... Line 24...
24
					<Add library="pthread" />
24
					<Add library="pthread" />
25
					<Add directory="src/lib" />
25
					<Add directory="src/lib" />
26
				</Linker>
26
				</Linker>
27
			</Target>
27
			</Target>
28
			<Target title="Release">
28
			<Target title="Release">
29
				<Option output="bin/Release/Atom" prefix_auto="1" extension_auto="1" />
29
				<Option output="bin/Release/atom" prefix_auto="1" extension_auto="1" />
30
				<Option object_output="obj/Release/" />
30
				<Option object_output="obj/Release/" />
31
				<Option type="1" />
31
				<Option type="1" />
32
				<Option compiler="gcc" />
32
				<Option compiler="gcc" />
33
				<Compiler>
33
				<Compiler>
34
					<Add option="-O2" />
34
					<Add option="-O2" />
Line 56... Line 56...
56
			<Add library="libboost_thread-mt" />
56
			<Add library="libboost_thread-mt" />
57
			<Add library="libboost_filesystem-mt" />
57
			<Add library="libboost_filesystem-mt" />
58
			<Add library="pthread" />
58
			<Add library="pthread" />
59
			<Add directory="/home/migan/projects/Atom/src/lib" />
59
			<Add directory="/home/migan/projects/Atom/src/lib" />
60
		</Linker>
60
		</Linker>
61
		<Unit filename="notes.txt" />
61
		<Unit filename="notes.txt">
62
		<Unit filename="src/Atom.cpp" />
62
			<Option target="&lt;{~None~}&gt;" />
-
 
63
		</Unit>
63
		<Unit filename="src/Exception.hpp" />
64
		<Unit filename="src/Exception.hpp" />
-
 
65
		<Unit filename="src/atom.cpp" />
64
		<Unit filename="src/broker/Broker.cpp" />
66
		<Unit filename="src/broker/Broker.cpp" />
65
		<Unit filename="src/broker/Broker.h" />
67
		<Unit filename="src/broker/Broker.h" />
66
		<Unit filename="src/broker/Subscriber.cpp" />
68
		<Unit filename="src/broker/Subscriber.cpp" />
67
		<Unit filename="src/broker/Subscriber.h" />
69
		<Unit filename="src/broker/Subscriber.h" />
68
		<Unit filename="src/log/Logger.cpp" />
70
		<Unit filename="src/log/Logger.cpp" />
Line 75... Line 77...
75
		<Unit filename="src/message/Header.h" />
77
		<Unit filename="src/message/Header.h" />
76
		<Unit filename="src/message/Message.cpp" />
78
		<Unit filename="src/message/Message.cpp" />
77
		<Unit filename="src/message/Message.h" />
79
		<Unit filename="src/message/Message.h" />
78
		<Unit filename="src/message/Variable.cpp" />
80
		<Unit filename="src/message/Variable.cpp" />
79
		<Unit filename="src/message/Variable.h" />
81
		<Unit filename="src/message/Variable.h" />
-
 
82
		<Unit filename="src/message/types/BasicType.hpp" />
80
		<Unit filename="src/message/types/Selection.cpp" />
83
		<Unit filename="src/message/types/Boolean.hpp" />
81
		<Unit filename="src/message/types/Selection.h" />
84
		<Unit filename="src/message/types/Decimal.hpp" />
-
 
85
		<Unit filename="src/message/types/Enum.hpp" />
-
 
86
		<Unit filename="src/message/types/Integer.hpp" />
-
 
87
		<Unit filename="src/message/types/UnsignedInteger.hpp" />
82
		<Unit filename="src/module/Module.cpp" />
88
		<Unit filename="src/module/Module.cpp" />
83
		<Unit filename="src/module/Module.h" />
89
		<Unit filename="src/module/Module.h" />
84
		<Unit filename="src/net/UdpServer.cpp" />
90
		<Unit filename="src/net/UdpServer.cpp" />
85
		<Unit filename="src/net/UdpServer.h" />
91
		<Unit filename="src/net/UdpServer.h" />
86
		<Unit filename="src/protocol/Protocol.cpp" />
92
		<Unit filename="src/protocol/Protocol.cpp" />
Line 100... Line 106...
100
		<Unit filename="src/utils/string.cpp" />
106
		<Unit filename="src/utils/string.cpp" />
101
		<Unit filename="src/utils/string.h" />
107
		<Unit filename="src/utils/string.h" />
102
		<Unit filename="src/version.h" />
108
		<Unit filename="src/version.h" />
103
		<Unit filename="src/xml/Node.cpp" />
109
		<Unit filename="src/xml/Node.cpp" />
104
		<Unit filename="src/xml/Node.h" />
110
		<Unit filename="src/xml/Node.h" />
105
		<Unit filename="version.h">
-
 
106
			<Option target="Release" />
-
 
107
		</Unit>
-
 
108
		<Extensions>
111
		<Extensions>
109
			<code_completion />
112
			<code_completion />
110
			<envvars />
113
			<envvars />
111
			<debugger />
114
			<debugger />
112
			<AutoVersioning>
115
			<AutoVersioning>