From 119bf28caa0e3469128a1f015ee00cdf773039b0 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 17 May 2020 09:27:40 +0200 Subject: [PATCH 1/1] Missing DLL for Windows build. --- platform/windows/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/windows/wscript b/platform/windows/wscript index ad330ab02..8507637d8 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -105,6 +105,7 @@ 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/wxmsw30u_propgrid_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" -- 2.30.2