diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-02-23 22:53:22 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-02-25 14:55:24 +0100 |
| commit | 367d9aba0a6258f5f0e40b288fbb09e5bbc782bd (patch) | |
| tree | 6b9d403e7b2fef56ca9fb26f659dfcbe00193b02 /platform/windows/wscript | |
| parent | a61122ba80291583ff2e821ca2e713dea6319add (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: |
