[pywin32-checkins] pywin32 setup.py,1.64.2.2,1.64.2.3
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Sidnei da S. <dre...@us...> - 2008-02-06 09:10:23
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28263 Modified Files: Tag: sidnei-bits setup.py Log Message: - A more complete test exercising more of the (implemented) API, now handles errors and uses a callback for printing status, exits when transfer is finished. Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.64.2.2 retrieving revision 1.64.2.3 diff -C2 -d -r1.64.2.2 -r1.64.2.3 *** setup.py 6 Feb 2008 04:21:20 -0000 1.64.2.2 --- setup.py 6 Feb 2008 09:10:25 -0000 1.64.2.3 *************** *** 1469,1472 **** --- 1469,1473 ---- %(bits)s/PyIBackgroundCopyManager.cpp %(bits)s/PyIBackgroundCopyCallback.cpp + %(bits)s/PyIBackgroundCopyError.cpp %(bits)s/PyIBackgroundCopyJob.cpp %(bits)s/PyIBackgroundCopyJob2.cpp |