summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutil.cbp
blob: 2ee3f2316d5d4c4a2e24e1f4205a54ac76a6e9cf (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
	<FileVersion major="1" minor="6" />
	<Project>
		<Option title="rbutil" />
		<Option pch_mode="0" />
		<Option compiler="gcc" />
		<MakeCommands>
			<Build command="$make -f $makefile all" />
			<CompileFile command="$make -f $makefile $file" />
			<Clean command="$make -f $makefile clean" />
			<DistClean command="$make -f $makefile distclean" />
		</MakeCommands>
		<Build>
			<Target title="Release">
				<Option output="rbutil.exe" prefix_auto="0" extension_auto="0" />
				<Option type="0" />
				<Option compiler="gcc" />
				<Option projectResourceIncludeDirsRelation="0" />
				<ExtraCommands>
					<Add after="upx --best --compress-icons=0  rbutil.exe" />
				</ExtraCommands>
				<MakeCommands>
					<Build command="$make -f $makefile all" />
					<CompileFile command="$make -f $makefile $file" />
					<Clean command="$make -f $makefile clean" />
					<DistClean command="$make -f $makefile distclean" />
				</MakeCommands>
			</Target>
			<Target title="Debug">
				<Option output="rbutil.exe" prefix_auto="0" extension_auto="0" />
				<Option type="0" />
				<Option compiler="gcc" />
				<Compiler>
					<Add option="-g" />
				</Compiler>
				<MakeCommands>
					<Build command="$make -f $makefile all" />
					<CompileFile command="$make -f $makefile all" />
					<Clean command="$make -f $makefile clean" />
					<DistClean command="$make -f $makefile distclean" />
				</MakeCommands>
			</Target>
			<Environment>
				<Variable name="WX_CFG" value="" />
			</Environment>
		</Build>
		<VirtualTargets>
			<Add alias="All" targets="default;" />
		</VirtualTargets>
		<Compiler>
			<Add option="-W" />
			<Add option="-g" />
			<Add option="-pipe" />
			<Add option="-mthreads" />
			<Add option="-Winvalid-pch" />
			<Add option='-include &quot;wx_pch.h&quot;' />
			<Add option="-D__GNUWIN32__" />
			<Add option="-D__WXMSW__" />
			<Add option="-DUSE_PCH" />
			<Add directory="$(#WX.include)" />
			<Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)\msw" />
			<Add directory="$(#WX)\contrib\include" />
			<Add directory=".\" />
		</Compiler>
		<ResourceCompiler>
			<Add directory="$(#WX.include)" />
		</ResourceCompiler>
		<Linker>
			<Add library="wxmsw28" />
			<Add library="winspool" />
			<Add library="winmm" />
			<Add library="shell32" />
			<Add library="comctl32" />
			<Add library="ctl3d32" />
			<Add library="odbc32" />
			<Add library="advapi32" />
			<Add library="wsock32" />
			<Add library="opengl32" />
			<Add library="glu32" />
			<Add library="ole32" />
			<Add library="oleaut32" />
			<Add library="uuid" />
			<Add library="libwxzlib" />
			<Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)" />
			<Add directory="$(#WX.lib)" />
			<Add directory=".\" />
		</Linker>
		<Unit filename="Makefile" />
		<Unit filename="archos.ico" />
		<Unit filename="bootloaders.cpp" />
		<Unit filename="bootloaders.h" />
		<Unit filename="copying.txt" />
		<Unit filename="credits.h" />
		<Unit filename="fonts_3d.xpm" />
		<Unit filename="h100sums.h" />
		<Unit filename="h120sums.h" />
		<Unit filename="h300sums.h" />
		<Unit filename="install_3d.xpm" />
		<Unit filename="installlog.cpp" />
		<Unit filename="installlog.h" />
		<Unit filename="ipodpatcher\ipodio-win32.c">
			<Option compilerVar="CC" />
			<Option compiler="gcc" use="1" buildCommand="mingw32-gcc.exe -W -g -pipe -mthreads -Winvalid-pch  -D__GNUWIN32__ -D__WXMSW__ -DUSE_PCH -g   -I.\ -IC:\Dev-Cpp\include  -c $file -o .objs\ipodpatcher\ipodio-win32.o" />
		</Unit>
		<Unit filename="ipodpatcher\ipodio.h" />
		<Unit filename="ipodpatcher\ipodpatcher.c">
			<Option compilerVar="CC" />
			<Option compiler="gcc" use="1" buildCommand="mingw32-gcc.exe -W -g -pipe -mthreads -Winvalid-pch  -D__GNUWIN32__ -D__WXMSW__ -DUSE_PCH -g  -I.\ -IC:\Dev-Cpp\include  -c $file -o .objs\ipodpatcher\ipodpatcher.o\n" />
		</Unit>
		<Unit filename="ipodpatcher\ipodpatcher.h" />
		<Unit filename="ipodpatcher\parttypes.h" />
		<Unit filename="irivertools.cpp" />
		<Unit filename="irivertools.h" />
		<Unit filename="md5sum.cpp" />
		<Unit filename="md5sum.h" />
		<Unit filename="rblogo.xpm" />
		<Unit filename="rbutil-rc.rc">
			<Option compilerVar="WINDRES" />
		</Unit>
		<Unit filename="rbutil.cpp" />
		<Unit filename="rbutil.h" />
		<Unit filename="rbutil.ini" />
		<Unit filename="rbutil.iss" />
		<Unit filename="rbutilApp.cpp" />
		<Unit filename="rbutilApp.h" />
		<Unit filename="rbutilFrm.cpp" />
		<Unit filename="rbutilFrm.h" />
		<Unit filename="rbutilFrm_XPM.xpm" />
		<Unit filename="tools2_3d.xpm" />
		<Unit filename="uninstall_3d.xpm" />
		<Unit filename="wizard.xpm" />
		<Unit filename="wizard_pages.cpp" />
		<Unit filename="wizard_pages.h" />
		<Unit filename="wx_pch.h" />
		<Extensions>
			<code_completion />
		</Extensions>
	</Project>
</CodeBlocks_project_file>