[pywin32-checkins] pywin32/win32 PyWinTypes.dsp,1.14,1.15
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: <mha...@us...> - 2003-07-31 02:14:38
|
Update of /cvsroot/pywin32/pywin32/win32 In directory sc8-pr-cvs1:/tmp/cvs-serv21350 Modified Files: PyWinTypes.dsp Log Message: Supposed to just be changing from pywintypes23 -> 24 But MSVC did something strange with the configuration. So I removed all the MIPS etc configs - but still the diff remains strangely huge. Removing these configs is the right thing, so I am leaving it! Index: PyWinTypes.dsp =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/PyWinTypes.dsp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** PyWinTypes.dsp 6 Apr 2003 23:49:52 -0000 1.14 --- PyWinTypes.dsp 31 Jul 2003 02:14:35 -0000 1.15 *************** *** 3,9 **** # ** DO NOT EDIT ** - # TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102 - # TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02 - # TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 --- 3,6 ---- *************** *** 23,32 **** [...1760 lines suppressed...] - ".\uncobject.h"\ - ".\upleobject.h"\ - ".\val.h"\ - ".\ydebug.h"\ - ".\yerrors.h"\ - ".\yfpe.h"\ - ".\ymalloc.h"\ - ".\yproto.h"\ - ".\ysmodule.h"\ - ".\ystate.h"\ - ".\ython.h"\ - ".\ythonrun.h"\ - ".\yWinTypes.h"\ - - - !ENDIF - # End Source File # End Target --- 169,172 ---- |