Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.1, 2.0.2, and 2.0.3

stable setup: do not allow py2exe to pick up msvcp90.dll

Changeset e19c7a6ff6fa

Parent da42974008e6

by Steve Borho

Changes to one file · Browse files at e19c7a6ff6fa Showing diff from parent da42974008e6 Diff from another changeset...

Change 1 of 1 Show Entire File win32/​setup.cfg Stacked
 
2
3
4
5
 
 
2
3
4
 
5
@@ -2,4 +2,4 @@
 excludes=pywin, pywin.dialogs, pywin.dialogs.list, PyQt4.uic.port_v3, tcl, tk, distutils, py2exe  includes=sip  packages=ctypes, email, hgext, hgext.convert, encodings, tortoisehg.util, tortoisehg.hgqt, iniparse, pygments, nntplib, dulwich -dll_excludes=mswsock.dll, powrprof.dll, shfolder.dll, credui.dll, msvcp60.dll, secur32.dll, tk85.dll, tcl85.dll +dll_excludes=mswsock.dll, powrprof.dll, shfolder.dll, credui.dll, msvcp90.dll, secur32.dll, tk85.dll, tcl85.dll