[pywin32-checkins] pywin32/com win32com.dsp,1.19.2.1.2.1,1.19.2.1.2.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-11-03 22:08:51
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1:/tmp/cvs-serv15811 Modified Files: Tag: Python22 win32com.dsp Log Message: New source files on the Python22 branch (god this all sucks - roll on distutils build script!) Index: win32com.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v retrieving revision 1.19.2.1.2.1 retrieving revision 1.19.2.1.2.2 diff -C2 -d -r1.19.2.1.2.1 -r1.19.2.1.2.2 *** win32com.dsp 23 Oct 2003 23:47:24 -0000 1.19.2.1.2.1 --- win32com.dsp 3 Nov 2003 22:08:46 -0000 1.19.2.1.2.2 *************** *** 5003,5006 **** --- 5003,5025 ---- # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumSTATPROPSETSTG.cpp + + !IF "$(CFG)" == "win32com - Win32 Release" + + !ELSEIF "$(CFG)" == "win32com - Win32 Debug" + + !ELSEIF "$(CFG)" == "win32com - Win32 (WCE MIPS) Release" + + !ELSEIF "$(CFG)" == "win32com - Win32 (WCE SH3) Release" + + !ELSEIF "$(CFG)" == "win32com - Win32 (WCE x86em) Debug" + + !ELSEIF "$(CFG)" == "win32com - Win32 (WCE MIPS) Debug" + + !ENDIF + + # End Source File + # Begin Source File + SOURCE=.\win32com\src\extensions\PyIEnumSTATPROPSTG.cpp *************** *** 8386,8389 **** --- 8405,8412 ---- SOURCE=.\win32com\src\include\PyIEnumGUID.h + # End Source File + # Begin Source File + + SOURCE=.\win32com\src\include\PyIEnumSTATPROPSETSTG.h # End Source File # Begin Source File |