foxygit / doom Log in
commit ab5d65bd4f3f69af60a900091cc4c733f3da68fb
Author:     Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Fri Jun 23 09:29:43 2023 +0200
Commit:     Fabian Greffrath <fabian@greffrath.com>
CommitDate: Fri Jun 23 09:29:43 2023 +0200

    cp-with-libs: add some more DLLs to WIN32_DLLS
---
 pkg/win32/cp-with-libs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pkg/win32/cp-with-libs b/pkg/win32/cp-with-libs
index 4575dd98..5bb40a3b 100755
--- a/pkg/win32/cp-with-libs
+++ b/pkg/win32/cp-with-libs
@@ -33,12 +33,14 @@ DLL_NAME_RE = re.compile('\s+DLL Name: (.*\.dll)')
 # Thanks to Martin Preisler; this is from mingw-bundledlls.
 WIN32_DLLS = {
 	"advapi32.dll",
+	"comctl32.dll",
 	"comdlg32.dll",
 	"crypt32.dll",
 	"d3d9.dll",
 	"dnsapi.dll",
 	"dsound.dll",
 	"gdi32.dll",
+	"glu32.dll",
 	"imm32.dll",
 	"iphlpapi.dll",
 	"kernel32.dll",
@@ -48,6 +50,7 @@ WIN32_DLLS = {
 	"ntdll.dll",
 	"ole32.dll",
 	"oleaut32.dll",
+	"opengl32.dll",
 	"setupapi.dll",
 	"shell32.dll",
 	"shlwapi.dll",