diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-23 22:53:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-03 21:55:25 +0100 |
| commit | 22aea65c9825e4caca7a9b394434e48ca2f32419 (patch) | |
| tree | ec9ec1182e0086803dcefc7e28f03e541d1cebb1 /platform/windows/wscript | |
| parent | 2b67fb950f1ba2b1327ef7f82d3d63b46bf0135b (diff) | |
Include some DLLs that gdb needs.
Diffstat (limited to 'platform/windows/wscript')
| -rw-r--r-- | platform/windows/wscript | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/platform/windows/wscript b/platform/windows/wscript index 99d221610..24b8b29f4 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -206,6 +206,9 @@ File "%cdist_deps%/bin/libopenjp2.dll" print('File "%resources%/gdb_script"', file=f) print('File "%resources%/dcpomatic2_debug.bat"', file=f) print('File "%mingw%/bin/gdb.exe"', file=f) + print('File "%static_deps%/bin/libtermcap.dll"', file=f) + print('File "%static_deps%/bin/libreadline8.dll"', file=f) + print('File "%static_deps%/bin/libmman.dll"', file=f) for s, l in tools: print('File "%%resources%%/dcpomatic2_%s_debug.bat"' % s, file=f) else: |
