[pywin32-checkins] pywin32 setup.py,1.36,1.37
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2006-03-15 04:26:32
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13722 Modified Files: setup.py Log Message: Add IMAPIStatus. Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** setup.py 20 Feb 2006 01:33:15 -0000 1.36 --- setup.py 15 Mar 2006 04:26:29 -0000 1.37 *************** *** 1168,1171 **** --- 1168,1172 ---- %(mapi)s/PyIMAPIProp.i %(mapi)s/PyIMAPIProp.cpp %(mapi)s/PyIMAPISession.i %(mapi)s/PyIMAPISession.cpp + %(mapi)s/PyIMAPIStatus.i %(mapi)s/PyIMAPIStatus.cpp %(mapi)s/PyIMAPITable.i %(mapi)s/PyIMAPITable.cpp %(mapi)s/PyIMessage.i %(mapi)s/PyIMessage.cpp *************** *** 1274,1277 **** --- 1275,1279 ---- 'PyIMAPIProp': '', # '' == default base 'PyIMAPISession': '', + 'PyIMAPIStatus': 'IMAPIProp', 'PyIMAPITable': '', 'PyIMessage': 'IMAPIProp', |