[pywin32-checkins] pywin32/com win32com.dsp,1.22,1.23
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-07-31 02:16:25
|
Update of /cvsroot/pywin32/pywin32/com In directory sc8-pr-cvs1:/tmp/cvs-serv21746 Modified Files: win32com.dsp Log Message: pythoncom23.dll -> 24 (and the same bullshit configuration stuff) Index: win32com.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32com.dsp,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** win32com.dsp 16 Jan 2003 23:53:12 -0000 1.22 --- win32com.dsp 31 Jul 2003 02:16:21 -0000 1.23 *************** *** 3,9 **** # ** DO NOT EDIT ** - # TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02 - # TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102 - # TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 --- 3,6 ---- *************** *** 23,30 **** [...8252 lines suppressed...] - !ELSEIF "$(CFG)" == "win32com - Win32 (WCE SH3) Release" - - # PROP BASE Exclude_From_Build 1 - # PROP Exclude_From_Build 1 - - !ELSEIF "$(CFG)" == "win32com - Win32 (WCE x86em) Debug" - - # PROP BASE Exclude_From_Build 1 # PROP Exclude_From_Build 1 - - !ELSEIF "$(CFG)" == "win32com - Win32 (WCE MIPS) Debug" - - # PROP BASE Exclude_From_Build 1 - # PROP Exclude_From_Build 1 - - !ENDIF - # End Source File # End Group --- 517,521 ---- |