diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-22 22:43:52 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-22 22:43:52 +0000 |
| commit | 797ab6a4e1ac1a5c00f4d7297aaa31dfc8b7c611 (patch) | |
| tree | 96593ed38a4488a76a5b3b0012514a77c9925c2d | |
| parent | 623f359f0bd54f3fafedad1775d7b57ead33335e (diff) | |
Another missing DLL.
| -rw-r--r-- | platform/windows/installer.nsi.32.in | 1 | ||||
| -rw-r--r-- | platform/windows/installer.nsi.64.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/platform/windows/installer.nsi.32.in b/platform/windows/installer.nsi.32.in index f3446f4e3..9b719f825 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -54,6 +54,7 @@ File "%static_deps%/bin/wxbase294u_gcc_custom.dll" File "%static_deps%/bin/wxmsw294u_core_gcc_custom.dll" File "%static_deps%/bin/wxmsw294u_adv_gcc_custom.dll" File "%static_deps%/bin/wxmsw294u_richtext_gcc_custom.dll" +File "%static_deps%/bin/wxmsw294u_html_gcc_custom.dll" File "%static_deps%/bin/wxbase294u_xml_gcc_custom.dll" File "%static_deps%/bin/libcairo-2.dll" File "%static_deps%/bin/libfreetype-6.dll" diff --git a/platform/windows/installer.nsi.64.in b/platform/windows/installer.nsi.64.in index 3ed2a6539..c53c2cacc 100644 --- a/platform/windows/installer.nsi.64.in +++ b/platform/windows/installer.nsi.64.in @@ -64,6 +64,7 @@ File "%static_deps%/bin/wxbase294u_gcc_custom.dll" File "%static_deps%/bin/wxmsw294u_core_gcc_custom.dll" File "%static_deps%/bin/wxmsw294u_adv_gcc_custom.dll" File "%static_deps%/bin/wxmsw294u_richtext_gcc_custom.dll" +File "%static_deps%/bin/wxmsw294u_html_gcc_custom.dll" File "%static_deps%/bin/wxbase294u_xml_gcc_custom.dll" File "%static_deps%/bin/libcairo-2.dll" File "%static_deps%/bin/libfreetype-6.dll" |
