diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-03 20:49:29 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-05-06 21:31:09 +0100 |
| commit | 04c27e1a04dc35d478e62065f490df94e7a42822 (patch) | |
| tree | cad33e0d4bb305ee255c2c5c65a20a4f094f53d9 | |
| parent | 24fc6b664f9b9252759408a0864507ca76d46a58 (diff) | |
Missing Windows DLL.
| -rw-r--r-- | platform/windows/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 5ff31cf61..176e3840e 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -105,6 +105,7 @@ File "%static_deps%/bin/wxmsw30u_core_gcc_custom.dll" File "%static_deps%/bin/wxmsw30u_adv_gcc_custom.dll" File "%static_deps%/bin/wxmsw30u_richtext_gcc_custom.dll" File "%static_deps%/bin/wxmsw30u_html_gcc_custom.dll" +File "%static_deps%/bin/wxmsw30u_gl_gcc_custom.dll" File "%static_deps%/bin/wxbase30u_xml_gcc_custom.dll" File "%static_deps%/bin/libcairo-2.dll" File "%static_deps%/bin/libfreetype-6.dll" |
