virt-viewer/data
Fabiano Fidêncio 8dbefb1aca nsis: add libnettle-4-7.dll (and its dependencies)
libgcc_s_sjlj-1 is needed by libgmp (on x86)
libgcc_s_seh-1 is needed by libgmp (on x86_64s)
libgmp-10.dll is needed by libnettle
libhogweed-2-5.dll is provided by libnettle
libnettle-4-7.dll is needed by gnutls
gnutls is needed by gvnc and libvirt

An interesting point here that worth to mention is the usage of /nonfatal
when including libgcc_s_{sjlj,seh}-1.dll. As we only have the _seh in x64
the build breaks trying to add "not found" files. A check for arch was
one option to solve the problem, but _sjlj may exist in x64 as well, when
using an old gcc. An explicit check if the file exists (in compile time)
was another idea, but for some reason the "-" part of the filename was
interpreted as a math operand, breaking the build.
With all that in mind, adding /nonfatal was the most convenient solution.
2014-12-15 17:36:09 +01:00
..
Makefile.am Update shared mime database on install/uninstall 2013-12-18 14:20:39 +01:00
remote-viewer.desktop.in remote-viewer: add desktop icon 2013-12-11 00:26:54 +01:00
spice-xpi-client-remote-viewer Add spice-xpi-client-remote-viewer alternative 2012-02-06 14:22:42 +00:00
virt-viewer-debug.nsis.in Sanitize syntax-check 2012-12-05 16:28:21 +01:00
virt-viewer-mime.xml.in Register remote-viewer mime handling 2013-02-11 19:35:00 +01:00
virt-viewer.nsis.in nsis: add libnettle-4-7.dll (and its dependencies) 2014-12-15 17:36:09 +01:00
virt-viewer.wxs.in msi: use ProductVersion compatible with Windows Installer 2013-07-30 21:08:26 +02:00