cp-with-libs: add dsound.dll to the list of bundled DLLs

This commit is contained in:
Fabian Greffrath 2017-11-23 15:19:36 +01:00
parent f4abf51e5c
commit b90a9e5838

View file

@ -37,7 +37,7 @@ WIN32_DLLS = {
"oleaut32.dll", "shell32.dll", "winmm.dll", "winspool.drv",
"wldap32.dll", "ntdll.dll", "d3d9.dll", "mpr.dll", "crypt32.dll",
"dnsapi.dll", "shlwapi.dll", "version.dll", "iphlpapi.dll",
"msimg32.dll", "setupapi.dll",
"msimg32.dll", "setupapi.dll", "dsound.dll",
}
parser = argparse.ArgumentParser(description='Copy EXE with DLLs.')