Update of /cvsroot/pywin32/pywin32/com
In directory sc8-pr-cvs1:/tmp/cvs-serv23694
Modified Files:
Tag: Python23
win32com.dsp
Log Message:
Add PyIEnumSTATPROPSETSTG.* on the 2.3 branch
Index: win32com.dsp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v
retrieving revision 1.22.2.2
retrieving revision 1.22.2.3
diff -C2 -d -r1.22.2.2 -r1.22.2.3
*** win32com.dsp 8 Oct 2003 23:54:16 -0000 1.22.2.2
--- win32com.dsp 3 Nov 2003 22:42:56 -0000 1.22.2.3
***************
*** 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
|