diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-22 22:12:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-22 22:12:06 +0000 |
| commit | 406b1a88f7a7cb5e5ff5fc7589d6c1a9d110320f (patch) | |
| tree | 193056035e96b6be6f87acb12e3e8721ceaa7423 | |
| parent | d0eebec0dba4dcf677fdf69c122a76065e9d411f (diff) | |
Try to fix Windows installer.
| -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 4e1f7e94f..325db0128 100644 --- a/platform/windows/installer.nsi.32.in +++ b/platform/windows/installer.nsi.32.in @@ -53,6 +53,7 @@ File "%static_deps%/bin/libjpeg-8.dll" 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/libcairo-2.dll" File "%static_deps%/bin/libfreetype-6.dll" File "%static_deps%/bin/libgthread-2.0-0.dll" diff --git a/platform/windows/installer.nsi.64.in b/platform/windows/installer.nsi.64.in index cc83f38ee..d7f5ab7bd 100644 --- a/platform/windows/installer.nsi.64.in +++ b/platform/windows/installer.nsi.64.in @@ -63,6 +63,7 @@ File "%static_deps%/bin/libjpeg-8.dll" 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/libcairo-2.dll" File "%static_deps%/bin/libfreetype-6.dll" File "%static_deps%/bin/libgthread-2.0-0.dll" |
