summaryrefslogtreecommitdiff
path: root/projs/CodeBlocks/gentypes.cbp
blob: 3f1a42257f8c8e98abebd062fb5bd20892d6fa68 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="GenTypes" />
		<Option pch_mode="2" />
		<Option compiler="gcc" />
		<Build>
			<Target title="Debug">
				<Option output="GenTypes" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj\GenTypes\Debug\" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Option use_console_runner="0" />
				<Option parameters="--input-file=d:\CB_Projects\netherlands.osm --attr-debug-level=0 -k netherlands.bin" />
				<Compiler>
					<Add option="-g" />
				</Compiler>
				<Linker>
					<Add directory="%GTK_DIR%\lib" />
					<Add directory="bin\Debug" />
				</Linker>
			</Target>
			<Target title="Release">
				<Option output="GenTypes" prefix_auto="1" extension_auto="1" />
				<Option object_output="obj\GenTypes\Release\" />
				<Option type="1" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-O2" />
				</Compiler>
				<Linker>
					<Add option="-s" />
					<Add directory="%GTK_DIR%\lib" />
					<Add directory="bin\Release" />
				</Linker>
			</Target>
		</Build>
		<Compiler>
			<Add option="-Wall" />
			<Add option="-mms-bitfields -DMODULE=GenTypes" />
			<Add directory="%GTK_DIR%\include\glib-2.0" />
			<Add directory="%GTK_DIR%\lib\glib-2.0\include" />
			<Add directory="%GTK_DIR%\include" />
			<Add directory="Win32Extra" />
			<Add directory="..\..\navit" />
		</Compiler>
		<Linker>
			<Add library="user32" />
			<Add library="gtk-win32-2.0" />
			<Add library="gdk-win32-2.0" />
			<Add library="gdk_pixbuf-2.0" />
			<Add library="freetype" />
			<Add library="z" />
			<Add library="gobject-2.0" />
			<Add library="gmodule-2.0" />
			<Add library="glib-2.0" />
			<Add library="intl" />
			<Add library="zdll" />
			<Add directory="%GTK_DIR%\lib" />
			<Add directory="..\..\..\libs\zlib-1.2.3\lib" />
		</Linker>
		<ExtraCommands>
			<Add after="GenTypes.exe ..\..\navit\data\garmin\garmintypes.txt ..\..\navit\data\garmin\g2nbuiltin.h" />
		</ExtraCommands>
		<Unit filename="..\..\navit\attr.h" />
		<Unit filename="..\..\navit\attr_def.h" />
		<Unit filename="..\..\navit\coord.h" />
		<Unit filename="..\..\navit\country.h" />
		<Unit filename="..\..\navit\data\garmin\gentypes.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="..\..\navit\debug.h" />
		<Unit filename="..\..\navit\file.h" />
		<Unit filename="..\..\navit\item.h" />
		<Unit filename="..\..\navit\map.h" />
		<Unit filename="..\..\navit\param.h" />
		<Unit filename="..\..\navit\plugin.h" />
		<Unit filename="..\..\navit\transform.h" />
		<Unit filename="Win32Extra\wordexp.c">
			<Option compilerVar="CC" />
		</Unit>
		<Unit filename="Win32Extra\wordexp.h" />
		<Extensions>
			<code_completion />
			<envvars />
			<debugger />
		</Extensions>
	</Project>
</CodeBlocks_project_file>