[pywin32-checkins] pywin32/com shell.dsp,1.7,1.8
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-10-08 23:54:40
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1:/tmp/cvs-serv26842 Modified Files: shell.dsp Log Message: Yet more interfaces. Index: shell.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** shell.dsp 7 Oct 2003 05:14:03 -0000 1.7 --- shell.dsp 8 Oct 2003 23:54:36 -0000 1.8 *************** *** 95,98 **** --- 95,102 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIBrowserFrameOptions.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIContextMenu.cpp # End Source File *************** *** 111,114 **** --- 115,126 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIPersistFolder.cpp + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellBrowser.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIShellExtInit.cpp # End Source File *************** *** 123,126 **** --- 135,142 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIShellView.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\shell.cpp # End Source File *************** *** 131,134 **** --- 147,154 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIBrowserFrameOptions.h + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIContextMenu.h # End Source File *************** *** 147,150 **** --- 167,178 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIPersistFolder.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellBrowser.h + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIShellExtInit.h # End Source File *************** *** 156,159 **** --- 184,191 ---- SOURCE=.\win32comext\shell\src\PyIShellLink.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIShellView.h # End Source File # Begin Source File |