Subversion Repositories svnkaklik

Rev

Rev 365 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 365 Rev 367
Line 5... Line 5...
5
		<Option title="vector" />
5
		<Option title="vector" />
6
		<Option pch_mode="2" />
6
		<Option pch_mode="2" />
7
		<Option compiler="atmel_gnu_gcc_compiler" />
7
		<Option compiler="atmel_gnu_gcc_compiler" />
8
		<Build>
8
		<Build>
9
			<Target title="Debug">
9
			<Target title="Debug">
10
				<Option output="bin\Debug\vector" prefix_auto="1" extension_auto="1" />
10
				<Option output="bin\Debug\vector" prefix_auto="0" extension_auto="0" />
11
				<Option object_output="obj\Debug\" />
11
				<Option object_output="obj\Debug\" />
12
				<Option type="1" />
12
				<Option type="1" />
13
				<Option compiler="atmel_gnu_gcc_compiler" />
13
				<Option compiler="atmel_gnu_gcc_compiler" />
14
				<Compiler>
14
				<Compiler>
15
					<Add option="-g" />
15
					<Add option="-g" />
16
				</Compiler>
16
				</Compiler>
-
 
17
				<Linker>
-
 
18
					<Add option="-lpthread" />
-
 
19
				</Linker>
17
			</Target>
20
			</Target>
18
			<Target title="Release">
21
			<Target title="Release">
19
				<Option output="bin\Release\vector" prefix_auto="1" extension_auto="1" />
22
				<Option output="bin\Release\vector" prefix_auto="1" extension_auto="1" />
20
				<Option object_output="obj\Release\" />
23
				<Option object_output="obj\Release\" />
21
				<Option type="1" />
24
				<Option type="1" />
Line 30... Line 33...
30
		</Build>
33
		</Build>
31
		<Compiler>
34
		<Compiler>
32
			<Add option="-Wall" />
35
			<Add option="-Wall" />
33
			<Add option="-fexceptions" />
36
			<Add option="-fexceptions" />
34
		</Compiler>
37
		</Compiler>
35
		<Unit filename="main.cpp" />
38
		<Unit filename="geocalc.cpp" />
-
 
39
		<Unit filename="vector.cpp" />
36
		<Extensions>
40
		<Extensions>
37
			<code_completion />
41
			<code_completion />
38
			<envvars />
42
			<envvars />
39
			<debugger />
43
			<debugger />
40
		</Extensions>
44
		</Extensions>