mhammond / pywin32

Python for Windows (pywin32) Extensions
4.9k stars 783 forks source link

Only ship required mfc dlls #1869

Open mhammond opened 2 years ago

mhammond commented 2 years ago

The binary distributions ship:

5,793,048 mfc140.dll
5,821,208 mfc140u.dll
  102,680 mfcm140.dll
  102,680 mfcm140u.dll

and I'm fairly sure only mfc140u.dll is needed. That would reduce the size of the distros significantly.

This code only taking the "canary") seems like what we want, but will need testing on a "clean" install.

alex-eri commented 2 years ago

maybe ship it separatly like wine?