[pywin32-checkins] pywin32 setup.py,1.75,1.76
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-07-24 23:22:52
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3884 Modified Files: setup.py Log Message: Add IExplorerPaneVisibility and a few related constants. Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.75 retrieving revision 1.76 diff -C2 -d -r1.75 -r1.76 *** setup.py 31 May 2008 07:19:06 -0000 1.75 --- setup.py 24 Jul 2008 23:22:56 -0000 1.76 *************** *** 1518,1521 **** --- 1518,1522 ---- %(shell)s/PyIExplorerCommand.cpp %(shell)s/PyIExplorerCommandProvider.cpp + %(shell)s/PyIExplorerPaneVisibility.cpp %(shell)s/PyIExtractIcon.cpp %(shell)s/PyIExtractIconW.cpp |