[pywin32-checkins] pywin32 setup.py,1.11,1.12
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2005-07-04 05:40:38
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25402 Modified Files: setup.py Log Message: New win32crypt module (only 2 functions for now, but its a start!) Index: setup.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/setup.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** setup.py 21 Jun 2005 13:54:18 -0000 1.11 --- setup.py 4 Jul 2005 05:40:27 -0000 1.12 *************** *** 812,815 **** --- 812,816 ---- ("win2kras", "rasapi32", False, 0x0500), ("win32api", "user32 advapi32 shell32 version", False, 0x0500), + ("win32crypt", "Crypt32", False, 0x0500, 'win32/src/win32crypt.i win32/src/win32cryptmodule.cpp'), ("win32file", "oleaut32", False, 0x0500), ("win32event", "user32", False), |