[pywin32-checkins] pywin32/com shell.dsp,1.9,1.10
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2004-04-09 11:42:56
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30170 Modified Files: shell.dsp Log Message: Add IDropTargetHelper Index: shell.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** shell.dsp 6 Nov 2003 06:15:45 -0000 1.9 --- shell.dsp 9 Apr 2004 11:29:37 -0000 1.10 *************** *** 111,114 **** --- 111,118 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIDropTargetHelper.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIEnumIDList.cpp # End Source File *************** *** 167,170 **** --- 171,178 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIDropTargetHelper.h + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIEnumIDList.h # End Source File |