Update of /cvsroot/pywin32/pywin32/com
In directory sc8-pr-cvs1:/tmp/cvs-serv26795
Modified Files:
Tag: Python23
win32com.dsp
Log Message:
IOleWindow gets upgraded to a core interface.
Index: win32com.dsp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v
retrieving revision 1.22.2.1
retrieving revision 1.22.2.2
diff -C2 -d -r1.22.2.1 -r1.22.2.2
*** win32com.dsp 8 Oct 2003 04:32:38 -0000 1.22.2.1
--- win32com.dsp 8 Oct 2003 23:54:16 -0000 1.22.2.2
***************
*** 5895,5898 ****
--- 5895,5917 ----
# Begin Source File
+ SOURCE=.\win32com\src\extensions\PyIOleWindow.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\PyIPersist.cpp
***************
*** 8387,8390 ****
--- 8406,8413 ----
SOURCE=.\win32com\src\include\PyIMoniker.h
+ # End Source File
+ # Begin Source File
+
+ SOURCE=.\win32com\src\include\PyIOleWindow.h
# End Source File
# Begin Source File
|