Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

setup: add gtk.keysyms to includes, ctypes to packages

gtk.keysyms is newly used in the THG source, but I'm unclear why ctypes now
needs to be explicitly added to packages list. Without it, py2exe does not
include enough of the ctypes package for thread2.py to work.

Changeset 4a7a4b6cb502

Parent 41c7b7df7324

by Steve Borho

Changes to one file · Browse files at 4a7a4b6cb502 Showing diff from parent 41c7b7df7324 Diff from another changeset...

 
1
2
3
4
 
 
5
6
7
 
1
2
 
 
3
4
5
6
7
@@ -1,7 +1,7 @@
 [py2exe]  excludes=pywin, pywin.dialogs, pywin.dialogs.list, PyQt, PyQt4.QtCode, PyQt4.QtGui -includes=cairo, pango, pangocairo, atk, gobject, dbhash -packages=email, hgext, hgext.convert, encodings, hggtk, hggtk.logview, thgutil, thgutil.iniparse +includes=cairo, pango, pangocairo, atk, gobject, dbhash, gtk.keysyms +packages=ctypes, email, hgext, hgext.convert, encodings, hggtk, hggtk.logview, thgutil, thgutil.iniparse    dll_excludes=iconv.dll, intl.dll, libatk-1.0-0.dll, libgdk_pixbuf-2.0-0.dll, libgdk-win32-2.0-0.dll, libglib-2.0-0.dll, libgmodule-2.0-0.dll, libgobject-2.0-0.dll, libgthread-2.0-0.dll, libgtk-win32-2.0-0.dll, libpango-1.0-0.dll, libpangowin32-1.0-0.dll, libcairo-2.dll, libglade-2.0-0.dll, libpangocairo-1.0-0.dll, libpangoft2-1.0-0.dll