[pywin32-checkins] pywin32/com shell.dsp,1.5,1.6
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-06 12:48:56
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1:/tmp/cvs-serv25914 Modified Files: shell.dsp Log Message: Add new shell interface files to the shell project. Index: shell.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** shell.dsp 27 Oct 2001 06:37:55 -0000 1.5 --- shell.dsp 6 Oct 2003 12:48:51 -0000 1.6 *************** *** 95,98 **** --- 95,118 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIContextMenu.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIEnumIDList.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIExtractIcon.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellExtInit.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellFolder.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIShellLink.cpp # End Source File *************** *** 105,108 **** --- 125,148 ---- # PROP Default_Filter "h" + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIContextMenu.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIEnumIDList.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIExtractIcon.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellExtInit.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellFolder.h + # End Source File # Begin Source File |