summaryrefslogtreecommitdiffstats
path: root/utils/MTP/sendfirm.manifest
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-04 12:45:24 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-04 12:45:24 +0000
commit33d8bb15e28b1a2ef0d4ae3a8bf305230c913182 (patch)
tree6a764c7054eff53db4454fbb521b8211ba5f491b /utils/MTP/sendfirm.manifest
parent46d8302c7d557033b75705795c46b56f20d98b71 (diff)
downloadrockbox-33d8bb15e28b1a2ef0d4ae3a8bf305230c913182.tar.gz
rockbox-33d8bb15e28b1a2ef0d4ae3a8bf305230c913182.zip
Fix infinite loop in sendfirm_win.cpp and other minor fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17939 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/sendfirm.manifest')
-rw-r--r--utils/MTP/sendfirm.manifest8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/MTP/sendfirm.manifest b/utils/MTP/sendfirm.manifest
new file mode 100644
index 0000000000..324c707e1c
--- /dev/null
+++ b/utils/MTP/sendfirm.manifest
@@ -0,0 +1,8 @@
+<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
+<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
+ <dependency>
+ <dependentAssembly>
+ <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' />
+ </dependentAssembly>
+ </dependency>
+</assembly>