rockbox/utils
Dominik Riebeling 4756a77b47 Support resolving of DLLs when running on Windows.
Resolve the DLLs required by the built executable and try to add the required
DLL files that are not recognized as system libraries to the resulting zip /
NSIS installer. This means that it's now possible to easily build both Theme
Editor and Rockbox Utility as dynamically linked binary without the risk of
missing required DLLs in the package. The major advantage of this is that
it's not necessary anymore to have a statically built Qt installation for
building releases. The drawback is that the created binaries will rely on
additional DLL files, so it's no longer a single-run binary.

Binary release of Rockbox Utility should still be statically build.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27945 a1c6a512-1295-4272-9138-f99709370657
2010-08-30 17:51:53 +00:00
..
AMS/hacking mkamsboot/rbutil/amsinfo : do not try to detect the model of a given Sansa AMS OF 2010-05-24 10:06:52 +00:00
analysis cmp-plugins-size: continue if a map file is absent/corrupted 2010-08-01 15:09:51 +00:00
bootchart Add simple bootchart -> gnuplot shell script 2010-04-05 19:58:51 +00:00
common Support resolving of DLLs when running on Windows. 2010-08-30 17:51:53 +00:00
disassembler/arm Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
editors Move sample.emacs to utils/editors 2010-02-18 23:32:08 +00:00
ipod Add some notes describing how the bin2note exploit works 2009-07-16 17:40:55 +00:00
jz4740_tools Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
meizu_dfu meizu_dfu: supports a single argument to run some code from RAM 2010-06-08 23:04:17 +00:00
MTP Add error messages to a few more failure cases to beastpatcher. 2010-06-19 21:27:43 +00:00
rockbox_api Fix menu (update to newer one) 2008-10-09 12:28:09 +00:00
skinupdater SKIN BREAK: %pb, %bl and %pv (bar types) changed so the image is the last param instead of the first. skin updater, skins and manual all updated. 2010-06-09 16:15:01 +00:00
tcctool Take version number from SVN, or via VERSION variable in Makefile - i.e. use "make VERSION=v1.0" to build with that version number. 2010-05-02 09:54:14 +00:00
themeeditor Theme Editor: Changed playlist rendering to match new syntax 2010-08-15 02:04:06 +00:00
time-sync Wrong file name in time-sync utility makefile 2010-04-20 16:39:45 +00:00
wpseditor Pass width instead of x+width to ab_draw_markers()/cue_draw_markers() and don't recalculate the width in these functions. 2010-03-07 12:51:23 +00:00
zenutils Fix ZenUtils compilation 2009-06-10 15:14:32 +00:00
parse_testcodec.pl Add parse_testcodec.pl, a script for parsing and comparing test_codec.c logs and formatting them for the wiki. Written by me. 2010-07-19 21:53:12 +00:00