[pywin32-checkins] pywin32/com shell.dsp,1.10,1.11
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2004-07-02 04:14:13
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30406 Modified Files: shell.dsp Log Message: Add PyIAsyncOperation files. Index: shell.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/shell.dsp,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** shell.dsp 9 Apr 2004 11:29:37 -0000 1.10 --- shell.dsp 2 Jul 2004 04:14:02 -0000 1.11 *************** *** 95,98 **** --- 95,102 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIAsyncOperation.cpp + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIBrowserFrameOptions.cpp # End Source File *************** *** 155,158 **** --- 159,166 ---- # Begin Source File + SOURCE=.\win32comext\shell\src\PyIAsyncOperation.h + # End Source File + # Begin Source File + SOURCE=.\win32comext\shell\src\PyIBrowserFrameOptions.h # End Source File |