[pywin32-checkins] pywin32/com shell.dsp,1.8,1.9
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-11-06 06:15:54
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1:/tmp/cvs-serv1257 Modified Files: shell.dsp Log Message: Add IColumnProvider support. Index: shell.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** shell.dsp 8 Oct 2003 23:54:36 -0000 1.8 --- shell.dsp 6 Nov 2003 06:15:45 -0000 1.9 *************** *** 99,102 **** --- 99,106 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIColumnProvider.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIContextMenu.cpp # End Source File *************** *** 148,151 **** --- 152,159 ---- SOURCE=.\win32comext\shell\src\PyIBrowserFrameOptions.h + # End Source File + # Begin Source File + + SOURCE=.\win32comext\shell\src\PyIColumnProvider.h # End Source File # Begin Source File |