[pywin32-checkins] pywin32/com win32com.dsp,1.23,1.24
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-11-07 23:42:22
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1:/tmp/cvs-serv16305 Modified Files: win32com.dsp Log Message: Bring win32com.dsp up to date on the trunk. Index: win32com.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** win32com.dsp 31 Jul 2003 02:16:21 -0000 1.23 --- win32com.dsp 7 Nov 2003 23:42:19 -0000 1.24 *************** *** 170,173 **** --- 170,177 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PySTGMEDIUM.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\PyStorage.cpp # End Source File *************** *** 275,278 **** --- 279,286 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PyIDataObject.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumCATEGORYINFO.cpp # End Source File *************** *** 287,294 **** --- 295,310 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumFORMATETC.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumGUID.cpp # End Source File # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumSTATPROPSETSTG.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumSTATPROPSTG.cpp # End Source File *************** *** 319,322 **** --- 335,342 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PyIOleWindow.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIPersist.cpp # End Source File *************** *** 431,434 **** --- 451,458 ---- # Begin Source File + SOURCE=.\win32com\src\include\PyIDataObject.h + # End Source File + # Begin Source File + SOURCE=.\win32com\src\include\PyIEnumConnectionPoints.h # End Source File *************** *** 439,446 **** --- 463,478 ---- # Begin Source File + SOURCE=.\win32com\src\include\PyIEnumFORMATETC.h + # End Source File + # Begin Source File + SOURCE=.\win32com\src\include\PyIEnumGUID.h # End Source File # Begin Source File + SOURCE=.\win32com\src\include\PyIEnumSTATPROPSETSTG.h + # End Source File + # Begin Source File + SOURCE=.\win32com\src\include\PyIEnumSTATSTG.h # End Source File *************** *** 460,463 **** --- 492,499 ---- SOURCE=.\win32com\src\include\PyIMoniker.h + # End Source File + # Begin Source File + + SOURCE=.\win32com\src\include\PyIOleWindow.h # End Source File # Begin Source File |