[pywin32-checkins] pywin32/com adsi.dsp,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2004-09-24 07:27:23
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26112 Modified Files: adsi.dsp Log Message: New file exposing IDirectorySearch Index: adsi.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/adsi.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** adsi.dsp 3 Jul 2003 04:07:07 -0000 1.5 --- adsi.dsp 24 Sep 2004 07:27:14 -0000 1.6 *************** *** 109,112 **** --- 109,116 ---- SOURCE=.\win32comext\adsi\src\PyIDirectoryObject.cpp # End Source File + # Begin Source File + + SOURCE=.\win32comext\adsi\src\PyIDirectorySearch.cpp + # End Source File # End Group # Begin Source File *************** *** 278,281 **** --- 282,289 ---- # End Source File + # Begin Source File + + SOURCE=.\win32comext\adsi\src\PyIDirectorySearch.i + # End Source File # End Target # End Project |