[pywin32-checkins] pywin32 setup.py,1.76,1.77
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-07-26 07:02:26
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2322 Modified Files: setup.py Log Message: Support for INameSpaceTreeControl and new functions: SHCreateItemFromIDList, SHCreateItemFromParsingName, SHCreateItemFromRelativeName, SHCreateItemInKnownFolder, SHCreateItemWithParent and SHGetIDListFromObject and tests. Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.76 retrieving revision 1.77 diff -C2 -d -r1.76 -r1.77 *** setup.py 24 Jul 2008 23:22:56 -0000 1.76 --- setup.py 26 Jul 2008 07:02:34 -0000 1.77 *************** *** 1523,1526 **** --- 1523,1527 ---- %(shell)s/PyIExtractImage.cpp %(shell)s/PyIInputObject.cpp + %(shell)s/PyINameSpaceTreeControl.cpp %(shell)s/PyIPersistFolder.cpp %(shell)s/PyIPersistFolder2.cpp |