[pywin32-checkins] pywin32/com win32com.dsp,1.25,1.26
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: Mark H. <mha...@us...> - 2004-07-13 04:47:23
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24290/com Modified Files: win32com.dsp Log Message: Implement patch [ 982914 ] Support for CreateTypeLib2, contributed by Phil Rittenhouse. Index: win32com.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** win32com.dsp 9 Apr 2004 11:27:49 -0000 1.25 --- win32com.dsp 13 Jul 2004 04:47:15 -0000 1.26 *************** *** 279,282 **** --- 279,286 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PyICreateTypeLib2.cpp + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIDataObject.cpp # End Source File |