2006-12-11 21:25:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
2007-02-21 20:27:14 +00:00
|
|
|
<FileVersion major="1" minor="6" />
|
2006-12-11 21:25:37 +00:00
|
|
|
<Project>
|
|
|
|
<Option title="rbutil" />
|
|
|
|
<Option pch_mode="0" />
|
|
|
|
<Option compiler="gcc" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<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>
|
2006-12-11 21:25:37 +00:00
|
|
|
<Build>
|
2007-02-21 20:27:14 +00:00
|
|
|
<Target title="Release">
|
2006-12-11 21:25:37 +00:00
|
|
|
<Option output="rbutil.exe" prefix_auto="0" extension_auto="0" />
|
|
|
|
<Option type="0" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Option projectResourceIncludeDirsRelation="0" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<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>
|
2006-12-11 21:25:37 +00:00
|
|
|
</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 "wx_pch.h"' />
|
|
|
|
<Add option="-D__GNUWIN32__" />
|
|
|
|
<Add option="-D__WXMSW__" />
|
|
|
|
<Add option="-DUSE_PCH" />
|
2007-05-03 20:07:57 +00:00
|
|
|
<Add option="-DRBUTIL" />
|
2006-12-11 21:25:37 +00:00
|
|
|
<Add directory="$(#WX.include)" />
|
|
|
|
<Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)\msw" />
|
|
|
|
<Add directory="$(#WX)\contrib\include" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<Add directory=".\" />
|
2006-12-11 21:25:37 +00:00
|
|
|
</Compiler>
|
|
|
|
<ResourceCompiler>
|
|
|
|
<Add directory="$(#WX.include)" />
|
|
|
|
</ResourceCompiler>
|
|
|
|
<Linker>
|
2007-02-21 20:27:14 +00:00
|
|
|
<Add library="wxmsw28" />
|
2006-12-11 21:25:37 +00:00
|
|
|
<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" />
|
2007-03-15 14:02:37 +00:00
|
|
|
<Add library="libwxregex" />
|
|
|
|
<Add library="libwxpng" />
|
|
|
|
<Add library="libwxjpeg" />
|
|
|
|
<Add library="libwxtiff" />
|
2006-12-11 21:25:37 +00:00
|
|
|
<Add directory="$(#WX.lib)\gcc_lib$(WX_CFG)" />
|
|
|
|
<Add directory="$(#WX.lib)" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<Add directory=".\" />
|
2006-12-11 21:25:37 +00:00
|
|
|
</Linker>
|
2007-02-21 20:27:14 +00:00
|
|
|
<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" />
|
2007-05-03 17:10:28 +00:00
|
|
|
<Unit filename="install_dialogs.cpp" />
|
|
|
|
<Unit filename="install_dialogs.h" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<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" />
|
2006-12-11 21:25:37 +00:00
|
|
|
<Unit filename="rbutil-rc.rc">
|
|
|
|
<Option compilerVar="WINDRES" />
|
2006-12-11 22:22:36 +00:00
|
|
|
</Unit>
|
2007-02-21 20:27:14 +00:00
|
|
|
<Unit filename="rbutil.cpp" />
|
|
|
|
<Unit filename="rbutil.h" />
|
|
|
|
<Unit filename="rbutil.ini" />
|
|
|
|
<Unit filename="rbutil.iss" />
|
|
|
|
<Unit filename="rbutilApp.cpp" />
|
|
|
|
<Unit filename="rbutilApp.h" />
|
2007-05-03 20:07:57 +00:00
|
|
|
<Unit filename="rbutilCtrls.cpp" />
|
|
|
|
<Unit filename="rbutilCtrls.h" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<Unit filename="rbutilFrm.cpp" />
|
|
|
|
<Unit filename="rbutilFrm.h" />
|
|
|
|
<Unit filename="rbutilFrm_XPM.xpm" />
|
2007-05-03 20:07:57 +00:00
|
|
|
<Unit filename="sansapatcher\parttypes.h" />
|
|
|
|
<Unit filename="sansapatcher\sansaio-win32.c">
|
|
|
|
<Option compilerVar="CC" />
|
2007-05-05 16:55:04 +00:00
|
|
|
<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" />
|
2007-05-03 20:07:57 +00:00
|
|
|
</Unit>
|
|
|
|
<Unit filename="sansapatcher\sansaio.h" />
|
|
|
|
<Unit filename="sansapatcher\sansapatcher.c">
|
|
|
|
<Option compilerVar="CC" />
|
2007-05-05 16:55:04 +00:00
|
|
|
<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" />
|
2007-05-03 20:07:57 +00:00
|
|
|
</Unit>
|
|
|
|
<Unit filename="sansapatcher\sansapatcher.h" />
|
2007-03-15 14:02:37 +00:00
|
|
|
<Unit filename="themes_3d.xpm" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<Unit filename="tools2_3d.xpm" />
|
|
|
|
<Unit filename="uninstall_3d.xpm" />
|
2007-03-15 14:02:37 +00:00
|
|
|
<Unit filename="untools2_3d.xpm" />
|
2007-02-21 20:27:14 +00:00
|
|
|
<Unit filename="wizard.xpm" />
|
|
|
|
<Unit filename="wx_pch.h" />
|
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
</Extensions>
|
2006-12-11 21:25:37 +00:00
|
|
|
</Project>
|
2007-02-21 20:27:14 +00:00
|
|
|
</CodeBlocks_project_file>
|