Update the Swedish translation.
[kugel-rb.git] / rbutil / rbutil.cbp
blob55e4ea72b191c50e833b0cf3546de1870a2c7eda
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <CodeBlocks_project_file>
3 <FileVersion major="1" minor="6" />
4 <Project>
5 <Option title="rbutil" />
6 <Option pch_mode="0" />
7 <Option compiler="gcc" />
8 <MakeCommands>
9 <Build command="$make -f $makefile all" />
10 <CompileFile command="$make -f $makefile $file" />
11 <Clean command="$make -f $makefile clean" />
12 <DistClean command="$make -f $makefile distclean" />
13 </MakeCommands>
14 <Build>
15 <Target title="Release">
16 <Option output="rbutil.exe" prefix_auto="0" extension_auto="0" />
17 <Option type="0" />
18 <Option compiler="gcc" />
19 <Option projectResourceIncludeDirsRelation="0" />
20 <ExtraCommands>
21 <Add after="upx --best --compress-icons=0 rbutil.exe" />
22 </ExtraCommands>
23 <MakeCommands>
24 <Build command="$make -f $makefile all" />
25 <CompileFile command="$make -f $makefile $file" />
26 <Clean command="$make -f $makefile clean" />
27 <DistClean command="$make -f $makefile distclean" />
28 </MakeCommands>
29 </Target>
30 <Target title="Debug">
31 <Option output="rbutil.exe" prefix_auto="0" extension_auto="0" />
32 <Option type="0" />
33 <Option compiler="gcc" />
34 <Compiler>
35 <Add option="-g" />
36 </Compiler>
37 <MakeCommands>
38 <Build command="$make -f $makefile all" />
39 <CompileFile command="$make -f $makefile all" />
40 <Clean command="$make -f $makefile clean" />
41 <DistClean command="$make -f $makefile distclean" />
42 </MakeCommands>
43 </Target>
44 <Environment>
45 <Variable name="WX_CFG" value="" />
46 </Environment>
47 </Build>
48 <VirtualTargets>
49 <Add alias="All" targets="default;" />
50 </VirtualTargets>
51 <Compiler>
52 <Add option="-W" />
53 <Add option="-g" />
54 <Add option="-pipe" />
55 <Add option="-mthreads" />
56 <Add option="-Winvalid-pch" />
57 <Add option='-include &quot;wx_pch.h&quot;' />
58 <Add option="-D__GNUWIN32__" />
59 <Add option="-D__WXMSW__" />
60 <Add option="-DUSE_PCH" />
61 <Add option="-DRBUTIL" />
62 <Add directory="$(#WX.include)" />
63 <Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)\msw" />
64 <Add directory="$(#WX)\contrib\include" />
65 <Add directory=".\" />
66 </Compiler>
67 <ResourceCompiler>
68 <Add directory="$(#WX.include)" />
69 </ResourceCompiler>
70 <Linker>
71 <Add library="wxmsw28" />
72 <Add library="winspool" />
73 <Add library="winmm" />
74 <Add library="shell32" />
75 <Add library="comctl32" />
76 <Add library="ctl3d32" />
77 <Add library="odbc32" />
78 <Add library="advapi32" />
79 <Add library="wsock32" />
80 <Add library="opengl32" />
81 <Add library="glu32" />
82 <Add library="ole32" />
83 <Add library="oleaut32" />
84 <Add library="uuid" />
85 <Add library="libwxzlib" />
86 <Add library="libwxregex" />
87 <Add library="libwxpng" />
88 <Add library="libwxjpeg" />
89 <Add library="libwxtiff" />
90 <Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)" />
91 <Add directory="$(#WX.lib)" />
92 <Add directory=".\" />
93 </Linker>
94 <Unit filename="Makefile" />
95 <Unit filename="archos.ico" />
96 <Unit filename="bootloaders.cpp" />
97 <Unit filename="bootloaders.h" />
98 <Unit filename="copying.txt" />
99 <Unit filename="credits.h" />
100 <Unit filename="fonts_3d.xpm" />
101 <Unit filename="h100sums.h" />
102 <Unit filename="h120sums.h" />
103 <Unit filename="h300sums.h" />
104 <Unit filename="install_3d.xpm" />
105 <Unit filename="install_dialogs.cpp" />
106 <Unit filename="install_dialogs.h" />
107 <Unit filename="installlog.cpp" />
108 <Unit filename="installlog.h" />
109 <Unit filename="ipodpatcher\ipodio-win32.c">
110 <Option compilerVar="CC" />
111 <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" />
112 </Unit>
113 <Unit filename="ipodpatcher\ipodio.h" />
114 <Unit filename="ipodpatcher\ipodpatcher.c">
115 <Option compilerVar="CC" />
116 <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" />
117 </Unit>
118 <Unit filename="ipodpatcher\ipodpatcher.h" />
119 <Unit filename="ipodpatcher\parttypes.h" />
120 <Unit filename="irivertools.cpp" />
121 <Unit filename="irivertools.h" />
122 <Unit filename="md5sum.cpp" />
123 <Unit filename="md5sum.h" />
124 <Unit filename="rblogo.xpm" />
125 <Unit filename="rbutil-rc.rc">
126 <Option compilerVar="WINDRES" />
127 </Unit>
128 <Unit filename="rbutil.cpp" />
129 <Unit filename="rbutil.h" />
130 <Unit filename="rbutil.ini" />
131 <Unit filename="rbutil.iss" />
132 <Unit filename="rbutilApp.cpp" />
133 <Unit filename="rbutilApp.h" />
134 <Unit filename="rbutilCtrls.cpp" />
135 <Unit filename="rbutilCtrls.h" />
136 <Unit filename="rbutilFrm.cpp" />
137 <Unit filename="rbutilFrm.h" />
138 <Unit filename="rbutilFrm_XPM.xpm" />
139 <Unit filename="sansapatcher\parttypes.h" />
140 <Unit filename="sansapatcher\sansaio-win32.c">
141 <Option compilerVar="CC" />
142 <Option compiler="gcc" use="1" buildCommand="mingw32-gcc.exe -W -g -pipe -mthreads -Winvalid-pch -D__GNUWIN32__ -D__WXMSW__ -DUSE_PCH -DRBUTIL -g -I.\ -IC:\Dev-Cpp\include -c $file -o .objs\sansapatcher\sansaio-win32.o" />
143 </Unit>
144 <Unit filename="sansapatcher\sansaio.h" />
145 <Unit filename="sansapatcher\sansapatcher.c">
146 <Option compilerVar="CC" />
147 <Option compiler="gcc" use="1" buildCommand="mingw32-gcc.exe -W -g -pipe -mthreads -Winvalid-pch -D__GNUWIN32__ -D__WXMSW__ -DUSE_PCH -g -DRBUTIL -I.\ -IC:\Dev-Cpp\include -c $file -o .objs\sansapatcher\sansapatcher.o" />
148 </Unit>
149 <Unit filename="sansapatcher\sansapatcher.h" />
150 <Unit filename="themes_3d.xpm" />
151 <Unit filename="tools2_3d.xpm" />
152 <Unit filename="uninstall_3d.xpm" />
153 <Unit filename="untools2_3d.xpm" />
154 <Unit filename="wizard.xpm" />
155 <Unit filename="wx_pch.h" />
156 <Extensions>
157 <code_completion />
158 </Extensions>
159 </Project>
160 </CodeBlocks_project_file>