[pywin32-checkins] pywin32/com win32com.dsp,1.24,1.25
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-04-09 11:41:07
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29784 Modified Files: win32com.dsp Log Message: Add IDropSource and IDropTarget interfaces. Index: win32com.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** win32com.dsp 7 Nov 2003 23:42:19 -0000 1.24 --- win32com.dsp 9 Apr 2004 11:27:49 -0000 1.25 *************** *** 283,286 **** --- 283,294 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PyIDropSource.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32com\src\extensions\PyIDropTarget.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumCATEGORYINFO.cpp # End Source File *************** *** 455,458 **** --- 463,474 ---- # Begin Source File + SOURCE=.\win32com\src\include\PyIDropSource.h + # End Source File + # Begin Source File + + SOURCE=.\win32com\src\include\PyIDropTarget.h + # End Source File + # Begin Source File + SOURCE=.\win32com\src\include\PyIEnumConnectionPoints.h # End Source File |