mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
dist: Add additional ignored system libraries for Windows
This commit is contained in:
parent
012661e1ba
commit
8bb0de52b7
3
direct/src/dist/commands.py
vendored
3
direct/src/dist/commands.py
vendored
@ -265,7 +265,8 @@ class build_apps(setuptools.Command):
|
||||
'dciman32.dll', 'comdlg32.dll', 'comctl32.dll', 'ole32.dll',
|
||||
'oleaut32.dll', 'gdiplus.dll', 'winmm.dll', 'iphlpapi.dll',
|
||||
'msvcrt.dll', 'kernelbase.dll', 'msimg32.dll', 'msacm32.dll',
|
||||
'setupapi.dll', 'version.dll',
|
||||
'setupapi.dll', 'version.dll', 'userenv.dll', 'netapi32.dll',
|
||||
'crypt32.dll',
|
||||
|
||||
# manylinux1/linux
|
||||
'libdl.so.*', 'libstdc++.so.*', 'libm.so.*', 'libgcc_s.so.*',
|
||||
|
Loading…
x
Reference in New Issue
Block a user