File: codeblocks.in

package info (click to toggle)
ufoai 2.5-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 82,120 kB
  • sloc: cpp: 225,232; python: 5,111; ansic: 4,133; php: 2,209; perl: 1,931; sh: 1,505; xml: 1,115; makefile: 406; sed: 11
file content (32 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (6)
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
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="%%NAME%%" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="%%TARGET%%">
				<Option platforms="%%TARGET_OS%%;" />
				<Option output="%%NAME%%" prefix_auto="1" extension_auto="1" />
				<Option working_dir="." />
				<Option object_output="%%TARGET%%\%%NAME%%" />
				<Option type="0" />
				<Option compiler="gcc" />
				<Option projectLibDirsRelation="1" />
				<Compiler>
					<Add option="%%CFLAGS%%"/>
				</Compiler>
				<Linker>
					<Add option="%%LDFLAGS%%"/>
				</Linker>
			</Target>
		</Build>
%%COMPILATION_UNITS%%
		<Extensions>
			<code_completion />
			<envvars />
			<debugger />
		</Extensions>
	</Project>
</CodeBlocks_project_file>