Include some DLLs that gdb needs.
authorCarl Hetherington <cth@carlh.net>
Wed, 23 Feb 2022 21:53:22 +0000 (22:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 25 Feb 2022 13:55:24 +0000 (14:55 +0100)
platform/windows/wscript

index 99d2216107742ca4b75a70cff76bb7e67d49d4db..24b8b29f4a5825f5bf33dac0ae14467b2854dac7 100644 (file)
@@ -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: