]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove all VC++ info (except VC 1.5) from readme.txt;
authorGuido van Rossum <guido@python.org>
Mon, 12 Apr 1999 14:49:01 +0000 (14:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Apr 1999 14:49:01 +0000 (14:49 +0000)
remove the VC++ 4.0 project file; remove the unused _tkinter extern defs.

PC/readme.txt
PC/vc40.mak [deleted file]

index b892153803a7ef0ebd9b53b58dfbb13f6112cb8f..bb685815d649614e68488a633e9e957ebe7010e7 100644 (file)
@@ -1,11 +1,13 @@
 Welcome to the "PC" subdirectory of the Python distribution!\r
 ************************************************************\r
 \r
-(NOTE: the project files for MS VC++ 5.x are now in the PCbuild\r
-directory.  See the file readme.txt there for instructions.)\r
+*** Note: the project files for MS VC++ 5.0 and 6.0 are now in the\r
+*** PCbuild directory.  See the file readme.txt there for build\r
+*** instructions.  There is some information below that might\r
+*** still be relevant.\r
 \r
 This "PC" subdirectory contains complete project files to make\r
-several PC ports of Python, as well as all the PC-specific\r
+several older PC ports of Python, as well as all the PC-specific\r
 Python source files.  It should be located in the root of the\r
 Python distribution, and there should be directories "Modules",\r
 "Objects", "Python", etc. in the parent directory of this "PC"\r
@@ -66,60 +68,9 @@ src         A subdirectory used only for VC++ version 1.5 Python
             directories instead.\r
 \r
 \r
-Microsoft Visual C++ Version 4.x (32-bit Windows)\r
-=================================================\r
-\r
-(For historic reasons this uses the filename "vc40"; it has been tested\r
-most recently with VC 4.2.  See ../PCbuild for VC 5.x.)\r
-\r
-NOTE: VC 4.2 support is eroding, as I no longer have a VC 4.2\r
-installation.  Some newer files need to be added to the project.\r
-\r
-The distributed Makefile is vc40.mak.  This file is distributed with\r
-CRLF line separators, otherwise Developer Studio won't like it.  It\r
-will NOT work from this PC directory.  To use it, first copy it to the\r
-Python distribution directory, e.g. with this command:\r
-    copy vc40.mak ..\r
-To convert the Makefile into a project file, start Developer Studio,\r
-choose Open Workspace, change the file name pattern to *.mak, find and\r
-select the file vc40.mak, and click OK.  Developer Studio will create\r
-additional project files vc40.ncb and vc40.mdp when you use the\r
-project.  The project contains six targets, which should be built in\r
-this order:\r
-\r
-python15    The Python core as a DLL, named python15.dll.\r
-\r
-python      The Python main program, named python.exe.  This should\r
-            work as a console program under Windows 95 or NT, as well\r
-            as under Windows 3.1(1) when using win32s.  It uses\r
-            python15.dll.\r
-\r
-_tkinter    The optional _tkinter extension, _tkinter.dll; see below.\r
-\r
-All end products of the compilation are placed in the subdirectory\r
-vc40 (which Developer Studio creates); object files are placed in\r
-vc40/tmp.  There are no separate Release and Debug project variants.\r
-Note that the python and _tkinter projects require that the\r
-python15.lib file exists in the vc40 subdirectory before they can be\r
-built.\r
-\r
-*** How to build the _tkinter extension ***\r
-\r
-This assumes that you have installed the Tcl/Tk binary distribution for\r
-Windows 95/NT with version numbers 7.5p1/4.1p1, in the default\r
-installation location (C:\tcl).  (Ftp to ftp.sunlabs.com in /pub/tcl,\r
-file win41p1.exe.)  You must also fetch and unpack the zip file\r
-vclibs41.zip which contains the files tcl75.lib and tk41.lib, and place\r
-those files in the PC subdirectory.  In order to use _tkinter, the\r
-Tkinter.py module must be on PYTHONPATH.  It is found in the\r
-Lib\tkinter subdirectory.\r
-\r
-\r
 Additional files and subdirectories for 32-bit Windows\r
 ======================================================\r
 \r
-python_nt.def  Exports definition file for python15.dll.\r
-\r
 python_nt.rc   Resource compiler input for python15.dll.\r
 \r
 dl_nt.c, import_nt.c\r
@@ -130,12 +81,6 @@ getpathp.c     Default sys.path calculations (for all PC platforms).
 dllbase_nt.txt A (manually maintained) list of base addresses for\r
                various DLLs, to avoid run-time relocation.\r
 \r
-_tkinter.def   The export definitions file for _tkinter.dll.\r
-              (No longer needed; the /export:init_tkinter takes care\r
-              of this.)\r
-\r
-make_nt.in     Include file for nmake-based builds (unsupported).\r
-\r
 example_nt     A subdirectory showing how to build an extension as a\r
                DLL.\r
 \r
diff --git a/PC/vc40.mak b/PC/vc40.mak
deleted file mode 100644 (file)
index a2ce7db..0000000
+++ /dev/null
@@ -1,4678 +0,0 @@
-# Microsoft Developer Studio Generated NMAKE File, Format Version 4.20\r
-# ** DO NOT EDIT **\r
-\r
-# TARGTYPE "Win32 (x86) Console Application" 0x0103\r
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
-\r
-!IF "$(CFG)" == ""\r
-CFG=python15 - Win32 Release\r
-!MESSAGE No configuration specified.  Defaulting to python15 - Win32 Release.\r
-!ENDIF \r
-\r
-!IF "$(CFG)" != "python15 - Win32 Release" && "$(CFG)" !=\\r
- "python - Win32 Release" && "$(CFG)" != "_tkinter - Win32 Release" && "$(CFG)"\\r
- != "python15 - Win32 Debug"\r
-!MESSAGE Invalid configuration "$(CFG)" specified.\r
-!MESSAGE You can specify a configuration when running NMAKE on this makefile\r
-!MESSAGE by defining the macro CFG on the command line.  For example:\r
-!MESSAGE \r
-!MESSAGE NMAKE /f "vc40.mak" CFG="python15 - Win32 Release"\r
-!MESSAGE \r
-!MESSAGE Possible choices for configuration are:\r
-!MESSAGE \r
-!MESSAGE "python15 - Win32 Release" (based on\\r
- "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "python - Win32 Release" (based on "Win32 (x86) Console Application")\r
-!MESSAGE "_tkinter - Win32 Release" (based on\\r
- "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE "python15 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
-!MESSAGE \r
-!ERROR An invalid configuration is specified.\r
-!ENDIF \r
-\r
-!IF "$(OS)" == "Windows_NT"\r
-NULL=\r
-!ELSE \r
-NULL=nul\r
-!ENDIF \r
-################################################################################\r
-# Begin Project\r
-# PROP Target_Last_Scanned "python15 - Win32 Release"\r
-\r
-!IF  "$(CFG)" == "python15 - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "python15\Release"\r
-# PROP BASE Intermediate_Dir "python15\Release"\r
-# PROP BASE Target_Dir "python15"\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "vc40"\r
-# PROP Intermediate_Dir "vc40\tmp"\r
-# PROP Target_Dir "python15"\r
-OUTDIR=.\vc40\r
-INTDIR=.\vc40\tmp\r
-\r
-ALL : "$(OUTDIR)\python15.dll"\r
-\r
-CLEAN : \r
-       -@erase "$(INTDIR)\abstract.obj"\r
-       -@erase "$(INTDIR)\acceler.obj"\r
-       -@erase "$(INTDIR)\arraymodule.obj"\r
-       -@erase "$(INTDIR)\audioop.obj"\r
-       -@erase "$(INTDIR)\binascii.obj"\r
-       -@erase "$(INTDIR)\bltinmodule.obj"\r
-       -@erase "$(INTDIR)\ceval.obj"\r
-       -@erase "$(INTDIR)\classobject.obj"\r
-       -@erase "$(INTDIR)\cmathmodule.obj"\r
-       -@erase "$(INTDIR)\cobject.obj"\r
-       -@erase "$(INTDIR)\compile.obj"\r
-       -@erase "$(INTDIR)\complexobject.obj"\r
-       -@erase "$(INTDIR)\config.obj"\r
-       -@erase "$(INTDIR)\cPickle.obj"\r
-       -@erase "$(INTDIR)\cStringIO.obj"\r
-       -@erase "$(INTDIR)\dictobject.obj"\r
-       -@erase "$(INTDIR)\dl_nt.obj"\r
-       -@erase "$(INTDIR)\errnomodule.obj"\r
-       -@erase "$(INTDIR)\errors.obj"\r
-       -@erase "$(INTDIR)\fileobject.obj"\r
-       -@erase "$(INTDIR)\floatobject.obj"\r
-       -@erase "$(INTDIR)\frameobject.obj"\r
-       -@erase "$(INTDIR)\frozen.obj"\r
-       -@erase "$(INTDIR)\funcobject.obj"\r
-       -@erase "$(INTDIR)\getargs.obj"\r
-       -@erase "$(INTDIR)\getbuildinfo.obj"\r
-       -@erase "$(INTDIR)\getcompiler.obj"\r
-       -@erase "$(INTDIR)\getcopyright.obj"\r
-       -@erase "$(INTDIR)\getmtime.obj"\r
-       -@erase "$(INTDIR)\getopt.obj"\r
-       -@erase "$(INTDIR)\getpathp.obj"\r
-       -@erase "$(INTDIR)\getplatform.obj"\r
-       -@erase "$(INTDIR)\getversion.obj"\r
-       -@erase "$(INTDIR)\graminit.obj"\r
-       -@erase "$(INTDIR)\grammar1.obj"\r
-       -@erase "$(INTDIR)\imageop.obj"\r
-       -@erase "$(INTDIR)\import.obj"\r
-       -@erase "$(INTDIR)\import_nt.obj"\r
-       -@erase "$(INTDIR)\importdl.obj"\r
-       -@erase "$(INTDIR)\intobject.obj"\r
-       -@erase "$(INTDIR)\listobject.obj"\r
-       -@erase "$(INTDIR)\longobject.obj"\r
-       -@erase "$(INTDIR)\main.obj"\r
-       -@erase "$(INTDIR)\marshal.obj"\r
-       -@erase "$(INTDIR)\mathmodule.obj"\r
-       -@erase "$(INTDIR)\md5c.obj"\r
-       -@erase "$(INTDIR)\md5module.obj"\r
-       -@erase "$(INTDIR)\methodobject.obj"\r
-       -@erase "$(INTDIR)\modsupport.obj"\r
-       -@erase "$(INTDIR)\moduleobject.obj"\r
-       -@erase "$(INTDIR)\msvcrtmodule.obj"\r
-       -@erase "$(INTDIR)\myreadline.obj"\r
-       -@erase "$(INTDIR)\mystrtoul.obj"\r
-       -@erase "$(INTDIR)\newmodule.obj"\r
-       -@erase "$(INTDIR)\node.obj"\r
-       -@erase "$(INTDIR)\object.obj"\r
-       -@erase "$(INTDIR)\operator.obj"\r
-       -@erase "$(INTDIR)\parser.obj"\r
-       -@erase "$(INTDIR)\parsetok.obj"\r
-       -@erase "$(INTDIR)\pcremodule.obj"\r
-       -@erase "$(INTDIR)\posixmodule.obj"\r
-       -@erase "$(INTDIR)\pypcre.obj"\r
-       -@erase "$(INTDIR)\pystate.obj"\r
-       -@erase "$(INTDIR)\python_nt.res"\r
-       -@erase "$(INTDIR)\pythonrun.obj"\r
-       -@erase "$(INTDIR)\rangeobject.obj"\r
-       -@erase "$(INTDIR)\regexmodule.obj"\r
-       -@erase "$(INTDIR)\regexpr.obj"\r
-       -@erase "$(INTDIR)\reopmodule.obj"\r
-       -@erase "$(INTDIR)\rgbimgmodule.obj"\r
-       -@erase "$(INTDIR)\rotormodule.obj"\r
-       -@erase "$(INTDIR)\selectmodule.obj"\r
-       -@erase "$(INTDIR)\signalmodule.obj"\r
-       -@erase "$(INTDIR)\sliceobject.obj"\r
-       -@erase "$(INTDIR)\socketmodule.obj"\r
-       -@erase "$(INTDIR)\soundex.obj"\r
-       -@erase "$(INTDIR)\stringobject.obj"\r
-       -@erase "$(INTDIR)\stropmodule.obj"\r
-       -@erase "$(INTDIR)\structmember.obj"\r
-       -@erase "$(INTDIR)\structmodule.obj"\r
-       -@erase "$(INTDIR)\sysmodule.obj"\r
-       -@erase "$(INTDIR)\thread.obj"\r
-       -@erase "$(INTDIR)\threadmodule.obj"\r
-       -@erase "$(INTDIR)\timemodule.obj"\r
-       -@erase "$(INTDIR)\tokenizer.obj"\r
-       -@erase "$(INTDIR)\traceback.obj"\r
-       -@erase "$(INTDIR)\tupleobject.obj"\r
-       -@erase "$(INTDIR)\typeobject.obj"\r
-       -@erase "$(INTDIR)\yuvconvert.obj"\r
-       -@erase "$(OUTDIR)\python15.dll"\r
-       -@erase "$(OUTDIR)\python15.exp"\r
-       -@erase "$(OUTDIR)\python15.lib"\r
-\r
-"$(OUTDIR)" :\r
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"\r
-\r
-"$(INTDIR)" :\r
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"\r
-\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c\r
-# ADD CPP /nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /YX /c\r
-CPP_PROJ=/nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D\\r
- "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /Fp"$(INTDIR)/python15.pch"\\r
- /YX /Fo"$(INTDIR)/" /c \r
-CPP_OBJS=.\vc40\tmp/\r
-CPP_SBRS=.\.\r
-\r
-.c{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.c{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-MTL=mktyplib.exe\r
-# ADD BASE MTL /nologo /D "NDEBUG" /win32\r
-# ADD MTL /nologo /D "NDEBUG" /win32\r
-MTL_PROJ=/nologo /D "NDEBUG" /win32 \r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)/python_nt.res" /d "NDEBUG" \r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/python15.bsc" \r
-BSC32_SBRS= \\r
-       \r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib largeint.lib /nologo /base:0x1e100000 /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc"\r
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\\r
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\\r
- odbccp32.lib wsock32.lib largeint.lib /nologo /base:0x1e100000\\r
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/python15.pdb"\\r
- /machine:I386 /nodefaultlib:"libc" /def:".\PC\python_nt.def"\\r
- /out:"$(OUTDIR)/python15.dll" /implib:"$(OUTDIR)/python15.lib" \r
-DEF_FILE= \\r
-       ".\PC\python_nt.def"\r
-LINK32_OBJS= \\r
-       "$(INTDIR)\abstract.obj" \\r
-       "$(INTDIR)\acceler.obj" \\r
-       "$(INTDIR)\arraymodule.obj" \\r
-       "$(INTDIR)\audioop.obj" \\r
-       "$(INTDIR)\binascii.obj" \\r
-       "$(INTDIR)\bltinmodule.obj" \\r
-       "$(INTDIR)\ceval.obj" \\r
-       "$(INTDIR)\classobject.obj" \\r
-       "$(INTDIR)\cmathmodule.obj" \\r
-       "$(INTDIR)\cobject.obj" \\r
-       "$(INTDIR)\compile.obj" \\r
-       "$(INTDIR)\complexobject.obj" \\r
-       "$(INTDIR)\config.obj" \\r
-       "$(INTDIR)\cPickle.obj" \\r
-       "$(INTDIR)\cStringIO.obj" \\r
-       "$(INTDIR)\dictobject.obj" \\r
-       "$(INTDIR)\dl_nt.obj" \\r
-       "$(INTDIR)\errnomodule.obj" \\r
-       "$(INTDIR)\errors.obj" \\r
-       "$(INTDIR)\fileobject.obj" \\r
-       "$(INTDIR)\floatobject.obj" \\r
-       "$(INTDIR)\frameobject.obj" \\r
-       "$(INTDIR)\frozen.obj" \\r
-       "$(INTDIR)\funcobject.obj" \\r
-       "$(INTDIR)\getargs.obj" \\r
-       "$(INTDIR)\getbuildinfo.obj" \\r
-       "$(INTDIR)\getcompiler.obj" \\r
-       "$(INTDIR)\getcopyright.obj" \\r
-       "$(INTDIR)\getmtime.obj" \\r
-       "$(INTDIR)\getopt.obj" \\r
-       "$(INTDIR)\getpathp.obj" \\r
-       "$(INTDIR)\getplatform.obj" \\r
-       "$(INTDIR)\getversion.obj" \\r
-       "$(INTDIR)\graminit.obj" \\r
-       "$(INTDIR)\grammar1.obj" \\r
-       "$(INTDIR)\imageop.obj" \\r
-       "$(INTDIR)\import.obj" \\r
-       "$(INTDIR)\import_nt.obj" \\r
-       "$(INTDIR)\importdl.obj" \\r
-       "$(INTDIR)\intobject.obj" \\r
-       "$(INTDIR)\listobject.obj" \\r
-       "$(INTDIR)\longobject.obj" \\r
-       "$(INTDIR)\main.obj" \\r
-       "$(INTDIR)\marshal.obj" \\r
-       "$(INTDIR)\mathmodule.obj" \\r
-       "$(INTDIR)\md5c.obj" \\r
-       "$(INTDIR)\md5module.obj" \\r
-       "$(INTDIR)\methodobject.obj" \\r
-       "$(INTDIR)\modsupport.obj" \\r
-       "$(INTDIR)\moduleobject.obj" \\r
-       "$(INTDIR)\msvcrtmodule.obj" \\r
-       "$(INTDIR)\myreadline.obj" \\r
-       "$(INTDIR)\mystrtoul.obj" \\r
-       "$(INTDIR)\newmodule.obj" \\r
-       "$(INTDIR)\node.obj" \\r
-       "$(INTDIR)\object.obj" \\r
-       "$(INTDIR)\operator.obj" \\r
-       "$(INTDIR)\parser.obj" \\r
-       "$(INTDIR)\parsetok.obj" \\r
-       "$(INTDIR)\pcremodule.obj" \\r
-       "$(INTDIR)\posixmodule.obj" \\r
-       "$(INTDIR)\pypcre.obj" \\r
-       "$(INTDIR)\pystate.obj" \\r
-       "$(INTDIR)\python_nt.res" \\r
-       "$(INTDIR)\pythonrun.obj" \\r
-       "$(INTDIR)\rangeobject.obj" \\r
-       "$(INTDIR)\regexmodule.obj" \\r
-       "$(INTDIR)\regexpr.obj" \\r
-       "$(INTDIR)\reopmodule.obj" \\r
-       "$(INTDIR)\rgbimgmodule.obj" \\r
-       "$(INTDIR)\rotormodule.obj" \\r
-       "$(INTDIR)\selectmodule.obj" \\r
-       "$(INTDIR)\signalmodule.obj" \\r
-       "$(INTDIR)\sliceobject.obj" \\r
-       "$(INTDIR)\socketmodule.obj" \\r
-       "$(INTDIR)\soundex.obj" \\r
-       "$(INTDIR)\stringobject.obj" \\r
-       "$(INTDIR)\stropmodule.obj" \\r
-       "$(INTDIR)\structmember.obj" \\r
-       "$(INTDIR)\structmodule.obj" \\r
-       "$(INTDIR)\sysmodule.obj" \\r
-       "$(INTDIR)\thread.obj" \\r
-       "$(INTDIR)\threadmodule.obj" \\r
-       "$(INTDIR)\timemodule.obj" \\r
-       "$(INTDIR)\tokenizer.obj" \\r
-       "$(INTDIR)\traceback.obj" \\r
-       "$(INTDIR)\tupleobject.obj" \\r
-       "$(INTDIR)\typeobject.obj" \\r
-       "$(INTDIR)\yuvconvert.obj"\r
-\r
-"$(OUTDIR)\python15.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)\r
-    $(LINK32) @<<\r
-  $(LINK32_FLAGS) $(LINK32_OBJS)\r
-<<\r
-\r
-!ELSEIF  "$(CFG)" == "python - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "python\Release"\r
-# PROP BASE Intermediate_Dir "python\Release"\r
-# PROP BASE Target_Dir "python"\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "vc40"\r
-# PROP Intermediate_Dir "vc40\tmp"\r
-# PROP Target_Dir "python"\r
-OUTDIR=.\vc40\r
-INTDIR=.\vc40\tmp\r
-\r
-ALL : "$(OUTDIR)\python.exe"\r
-\r
-CLEAN : \r
-       -@erase "$(INTDIR)\python.obj"\r
-       -@erase "$(OUTDIR)\python.exe"\r
-\r
-"$(OUTDIR)" :\r
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"\r
-\r
-"$(INTDIR)" :\r
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"\r
-\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c\r
-# ADD CPP /nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /c\r
-CPP_PROJ=/nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D\\r
- "_WINDOWS" /D "HAVE_CONFIG_H" /Fp"$(INTDIR)/python.pch" /YX /Fo"$(INTDIR)/" /c \r
-CPP_OBJS=.\vc40\tmp/\r
-CPP_SBRS=.\.\r
-\r
-.c{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.c{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/python.bsc" \r
-BSC32_SBRS= \\r
-       \r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386\r
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\\r
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\\r
- odbccp32.lib /nologo /subsystem:console /incremental:no\\r
- /pdb:"$(OUTDIR)/python.pdb" /machine:I386 /out:"$(OUTDIR)/python.exe" \r
-LINK32_OBJS= \\r
-       "$(INTDIR)\python.obj" \\r
-       "$(OUTDIR)\python15.lib"\r
-\r
-"$(OUTDIR)\python.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)\r
-    $(LINK32) @<<\r
-  $(LINK32_FLAGS) $(LINK32_OBJS)\r
-<<\r
-\r
-!ELSEIF  "$(CFG)" == "_tkinter - Win32 Release"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "_tkinter\Release"\r
-# PROP BASE Intermediate_Dir "_tkinter\Release"\r
-# PROP BASE Target_Dir "_tkinter"\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "vc40"\r
-# PROP Intermediate_Dir "vc40\tmp"\r
-# PROP Target_Dir "_tkinter"\r
-OUTDIR=.\vc40\r
-INTDIR=.\vc40\tmp\r
-\r
-ALL : "$(OUTDIR)\_tkinter.dll"\r
-\r
-CLEAN : \r
-       -@erase "$(INTDIR)\_tkinter.obj"\r
-       -@erase "$(OUTDIR)\_tkinter.dll"\r
-       -@erase "$(OUTDIR)\_tkinter.exp"\r
-       -@erase "$(OUTDIR)\_tkinter.lib"\r
-\r
-"$(OUTDIR)" :\r
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"\r
-\r
-"$(INTDIR)" :\r
-    if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)"\r
-\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /c\r
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "PC" /I "Include" /I "C:\Program Files\TCL\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "HAVE_CONFIG_H" /YX /c\r
-CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "PC" /I "Include" /I\\r
- "C:\Program Files\TCL\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D\\r
- "HAVE_CONFIG_H" /Fp"$(INTDIR)/_tkinter.pch" /YX /Fo"$(INTDIR)/" /c \r
-CPP_OBJS=.\vc40\tmp/\r
-CPP_SBRS=.\.\r
-\r
-.c{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.c{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-MTL=mktyplib.exe\r
-# ADD BASE MTL /nologo /D "NDEBUG" /win32\r
-# ADD MTL /nologo /D "NDEBUG" /win32\r
-MTL_PROJ=/nologo /D "NDEBUG" /win32 \r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409 /d "NDEBUG"\r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/_tkinter.bsc" \r
-BSC32_SBRS= \\r
-       \r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /base:0x1e190000 /subsystem:windows /dll /machine:I386\r
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\\r
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\\r
- odbccp32.lib /nologo /base:0x1e190000 /subsystem:windows /dll /incremental:no\\r
- /pdb:"$(OUTDIR)/_tkinter.pdb" /machine:I386 /def:".\PC\_tkinter.def"\\r
- /out:"$(OUTDIR)/_tkinter.dll" /implib:"$(OUTDIR)/_tkinter.lib" \r
-DEF_FILE= \\r
-       ".\PC\_tkinter.def"\r
-LINK32_OBJS= \\r
-       "$(INTDIR)\_tkinter.obj" \\r
-       "$(OUTDIR)\python15.lib" \\r
-       "..\..\Program Files\Tcl\lib\tcl80vc.lib" \\r
-       "..\..\Program Files\Tcl\lib\tk80vc.lib"\r
-\r
-"$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)\r
-    $(LINK32) @<<\r
-  $(LINK32_FLAGS) $(LINK32_OBJS)\r
-<<\r
-\r
-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
-\r
-# PROP BASE Use_MFC 0\r
-# PROP BASE Use_Debug_Libraries 0\r
-# PROP BASE Output_Dir "python15\Release"\r
-# PROP BASE Intermediate_Dir "python15\Release"\r
-# PROP BASE Target_Dir "python15"\r
-# PROP Use_MFC 0\r
-# PROP Use_Debug_Libraries 0\r
-# PROP Output_Dir "python15\Debug"\r
-# PROP Intermediate_Dir "python15\Debug"\r
-# PROP Target_Dir "python15"\r
-OUTDIR=.\python15\Debug\r
-INTDIR=.\python15\Debug\r
-\r
-ALL : ".\vc40\python15.dll"\r
-\r
-CLEAN : \r
-       -@erase "$(INTDIR)\abstract.obj"\r
-       -@erase "$(INTDIR)\acceler.obj"\r
-       -@erase "$(INTDIR)\arraymodule.obj"\r
-       -@erase "$(INTDIR)\audioop.obj"\r
-       -@erase "$(INTDIR)\binascii.obj"\r
-       -@erase "$(INTDIR)\bltinmodule.obj"\r
-       -@erase "$(INTDIR)\ceval.obj"\r
-       -@erase "$(INTDIR)\classobject.obj"\r
-       -@erase "$(INTDIR)\cmathmodule.obj"\r
-       -@erase "$(INTDIR)\cobject.obj"\r
-       -@erase "$(INTDIR)\compile.obj"\r
-       -@erase "$(INTDIR)\complexobject.obj"\r
-       -@erase "$(INTDIR)\config.obj"\r
-       -@erase "$(INTDIR)\cPickle.obj"\r
-       -@erase "$(INTDIR)\cStringIO.obj"\r
-       -@erase "$(INTDIR)\dictobject.obj"\r
-       -@erase "$(INTDIR)\dl_nt.obj"\r
-       -@erase "$(INTDIR)\errnomodule.obj"\r
-       -@erase "$(INTDIR)\errors.obj"\r
-       -@erase "$(INTDIR)\fileobject.obj"\r
-       -@erase "$(INTDIR)\floatobject.obj"\r
-       -@erase "$(INTDIR)\frameobject.obj"\r
-       -@erase "$(INTDIR)\frozen.obj"\r
-       -@erase "$(INTDIR)\funcobject.obj"\r
-       -@erase "$(INTDIR)\getargs.obj"\r
-       -@erase "$(INTDIR)\getbuildinfo.obj"\r
-       -@erase "$(INTDIR)\getcompiler.obj"\r
-       -@erase "$(INTDIR)\getcopyright.obj"\r
-       -@erase "$(INTDIR)\getmtime.obj"\r
-       -@erase "$(INTDIR)\getopt.obj"\r
-       -@erase "$(INTDIR)\getpathp.obj"\r
-       -@erase "$(INTDIR)\getplatform.obj"\r
-       -@erase "$(INTDIR)\getversion.obj"\r
-       -@erase "$(INTDIR)\graminit.obj"\r
-       -@erase "$(INTDIR)\grammar1.obj"\r
-       -@erase "$(INTDIR)\imageop.obj"\r
-       -@erase "$(INTDIR)\import.obj"\r
-       -@erase "$(INTDIR)\import_nt.obj"\r
-       -@erase "$(INTDIR)\importdl.obj"\r
-       -@erase "$(INTDIR)\intobject.obj"\r
-       -@erase "$(INTDIR)\listobject.obj"\r
-       -@erase "$(INTDIR)\longobject.obj"\r
-       -@erase "$(INTDIR)\main.obj"\r
-       -@erase "$(INTDIR)\marshal.obj"\r
-       -@erase "$(INTDIR)\mathmodule.obj"\r
-       -@erase "$(INTDIR)\md5c.obj"\r
-       -@erase "$(INTDIR)\md5module.obj"\r
-       -@erase "$(INTDIR)\methodobject.obj"\r
-       -@erase "$(INTDIR)\modsupport.obj"\r
-       -@erase "$(INTDIR)\moduleobject.obj"\r
-       -@erase "$(INTDIR)\msvcrtmodule.obj"\r
-       -@erase "$(INTDIR)\myreadline.obj"\r
-       -@erase "$(INTDIR)\mystrtoul.obj"\r
-       -@erase "$(INTDIR)\newmodule.obj"\r
-       -@erase "$(INTDIR)\node.obj"\r
-       -@erase "$(INTDIR)\object.obj"\r
-       -@erase "$(INTDIR)\operator.obj"\r
-       -@erase "$(INTDIR)\parser.obj"\r
-       -@erase "$(INTDIR)\parsetok.obj"\r
-       -@erase "$(INTDIR)\pcremodule.obj"\r
-       -@erase "$(INTDIR)\posixmodule.obj"\r
-       -@erase "$(INTDIR)\pypcre.obj"\r
-       -@erase "$(INTDIR)\pystate.obj"\r
-       -@erase "$(INTDIR)\python_nt.res"\r
-       -@erase "$(INTDIR)\pythonrun.obj"\r
-       -@erase "$(INTDIR)\rangeobject.obj"\r
-       -@erase "$(INTDIR)\regexmodule.obj"\r
-       -@erase "$(INTDIR)\regexpr.obj"\r
-       -@erase "$(INTDIR)\reopmodule.obj"\r
-       -@erase "$(INTDIR)\rgbimgmodule.obj"\r
-       -@erase "$(INTDIR)\rotormodule.obj"\r
-       -@erase "$(INTDIR)\selectmodule.obj"\r
-       -@erase "$(INTDIR)\signalmodule.obj"\r
-       -@erase "$(INTDIR)\sliceobject.obj"\r
-       -@erase "$(INTDIR)\socketmodule.obj"\r
-       -@erase "$(INTDIR)\soundex.obj"\r
-       -@erase "$(INTDIR)\stringobject.obj"\r
-       -@erase "$(INTDIR)\stropmodule.obj"\r
-       -@erase "$(INTDIR)\structmember.obj"\r
-       -@erase "$(INTDIR)\structmodule.obj"\r
-       -@erase "$(INTDIR)\sysmodule.obj"\r
-       -@erase "$(INTDIR)\thread.obj"\r
-       -@erase "$(INTDIR)\threadmodule.obj"\r
-       -@erase "$(INTDIR)\timemodule.obj"\r
-       -@erase "$(INTDIR)\tokenizer.obj"\r
-       -@erase "$(INTDIR)\traceback.obj"\r
-       -@erase "$(INTDIR)\tupleobject.obj"\r
-       -@erase "$(INTDIR)\typeobject.obj"\r
-       -@erase "$(INTDIR)\vc40.pdb"\r
-       -@erase "$(INTDIR)\yuvconvert.obj"\r
-       -@erase "$(OUTDIR)\python15.exp"\r
-       -@erase "$(OUTDIR)\python15.lib"\r
-       -@erase "$(OUTDIR)\python15.pdb"\r
-       -@erase ".\vc40\python15.dll"\r
-\r
-"$(OUTDIR)" :\r
-    if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"\r
-\r
-CPP=cl.exe\r
-# ADD BASE CPP /nologo /MD /W3 /O2 /I "PC" /I "Include" /I "Python" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /YX /c\r
-# ADD CPP /nologo /MDd /W3 /Zi /Od /I "PC" /I "Include" /I "Python" /D "WIN32" /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /YX /c\r
-CPP_PROJ=/nologo /MDd /W3 /Zi /Od /I "PC" /I "Include" /I "Python" /D "WIN32"\\r
- /D "_WINDOWS" /D "HAVE_CONFIG_H" /D "USE_DL_EXPORT" /Fp"$(INTDIR)/python15.pch"\\r
- /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c \r
-CPP_OBJS=.\python15\Debug/\r
-CPP_SBRS=.\.\r
-\r
-.c{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_OBJS)}.obj:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.c{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cpp{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-.cxx{$(CPP_SBRS)}.sbr:\r
-   $(CPP) $(CPP_PROJ) $<  \r
-\r
-MTL=mktyplib.exe\r
-# ADD BASE MTL /nologo /D "NDEBUG" /win32\r
-# ADD MTL /nologo /D "NDEBUG" /win32\r
-MTL_PROJ=/nologo /D "NDEBUG" /win32 \r
-RSC=rc.exe\r
-# ADD BASE RSC /l 0x409 /d "NDEBUG"\r
-# ADD RSC /l 0x409\r
-RSC_PROJ=/l 0x409 /fo"$(INTDIR)/python_nt.res" \r
-BSC32=bscmake.exe\r
-# ADD BASE BSC32 /nologo\r
-# ADD BSC32 /nologo\r
-BSC32_FLAGS=/nologo /o"$(OUTDIR)/python15.bsc" \r
-BSC32_SBRS= \\r
-       \r
-LINK32=link.exe\r
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib largeint.lib /nologo /base:0x1e100000 /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc" /out:"vc40/python15.dll"\r
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib largeint.lib /nologo /base:0x1e100000 /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"vc40/python15.dll"\r
-LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\\r
- advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\\r
- odbccp32.lib wsock32.lib largeint.lib /nologo /base:0x1e100000\\r
- /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/python15.pdb" /debug\\r
- /machine:I386 /nodefaultlib:"libc" /def:".\PC\python_nt.def"\\r
- /out:"vc40/python15.dll" /implib:"$(OUTDIR)/python15.lib" \r
-DEF_FILE= \\r
-       ".\PC\python_nt.def"\r
-LINK32_OBJS= \\r
-       "$(INTDIR)\abstract.obj" \\r
-       "$(INTDIR)\acceler.obj" \\r
-       "$(INTDIR)\arraymodule.obj" \\r
-       "$(INTDIR)\audioop.obj" \\r
-       "$(INTDIR)\binascii.obj" \\r
-       "$(INTDIR)\bltinmodule.obj" \\r
-       "$(INTDIR)\ceval.obj" \\r
-       "$(INTDIR)\classobject.obj" \\r
-       "$(INTDIR)\cmathmodule.obj" \\r
-       "$(INTDIR)\cobject.obj" \\r
-       "$(INTDIR)\compile.obj" \\r
-       "$(INTDIR)\complexobject.obj" \\r
-       "$(INTDIR)\config.obj" \\r
-       "$(INTDIR)\cPickle.obj" \\r
-       "$(INTDIR)\cStringIO.obj" \\r
-       "$(INTDIR)\dictobject.obj" \\r
-       "$(INTDIR)\dl_nt.obj" \\r
-       "$(INTDIR)\errnomodule.obj" \\r
-       "$(INTDIR)\errors.obj" \\r
-       "$(INTDIR)\fileobject.obj" \\r
-       "$(INTDIR)\floatobject.obj" \\r
-       "$(INTDIR)\frameobject.obj" \\r
-       "$(INTDIR)\frozen.obj" \\r
-       "$(INTDIR)\funcobject.obj" \\r
-       "$(INTDIR)\getargs.obj" \\r
-       "$(INTDIR)\getbuildinfo.obj" \\r
-       "$(INTDIR)\getcompiler.obj" \\r
-       "$(INTDIR)\getcopyright.obj" \\r
-       "$(INTDIR)\getmtime.obj" \\r
-       "$(INTDIR)\getopt.obj" \\r
-       "$(INTDIR)\getpathp.obj" \\r
-       "$(INTDIR)\getplatform.obj" \\r
-       "$(INTDIR)\getversion.obj" \\r
-       "$(INTDIR)\graminit.obj" \\r
-       "$(INTDIR)\grammar1.obj" \\r
-       "$(INTDIR)\imageop.obj" \\r
-       "$(INTDIR)\import.obj" \\r
-       "$(INTDIR)\import_nt.obj" \\r
-       "$(INTDIR)\importdl.obj" \\r
-       "$(INTDIR)\intobject.obj" \\r
-       "$(INTDIR)\listobject.obj" \\r
-       "$(INTDIR)\longobject.obj" \\r
-       "$(INTDIR)\main.obj" \\r
-       "$(INTDIR)\marshal.obj" \\r
-       "$(INTDIR)\mathmodule.obj" \\r
-       "$(INTDIR)\md5c.obj" \\r
-       "$(INTDIR)\md5module.obj" \\r
-       "$(INTDIR)\methodobject.obj" \\r
-       "$(INTDIR)\modsupport.obj" \\r
-       "$(INTDIR)\moduleobject.obj" \\r
-       "$(INTDIR)\msvcrtmodule.obj" \\r
-       "$(INTDIR)\myreadline.obj" \\r
-       "$(INTDIR)\mystrtoul.obj" \\r
-       "$(INTDIR)\newmodule.obj" \\r
-       "$(INTDIR)\node.obj" \\r
-       "$(INTDIR)\object.obj" \\r
-       "$(INTDIR)\operator.obj" \\r
-       "$(INTDIR)\parser.obj" \\r
-       "$(INTDIR)\parsetok.obj" \\r
-       "$(INTDIR)\pcremodule.obj" \\r
-       "$(INTDIR)\posixmodule.obj" \\r
-       "$(INTDIR)\pypcre.obj" \\r
-       "$(INTDIR)\pystate.obj" \\r
-       "$(INTDIR)\python_nt.res" \\r
-       "$(INTDIR)\pythonrun.obj" \\r
-       "$(INTDIR)\rangeobject.obj" \\r
-       "$(INTDIR)\regexmodule.obj" \\r
-       "$(INTDIR)\regexpr.obj" \\r
-       "$(INTDIR)\reopmodule.obj" \\r
-       "$(INTDIR)\rgbimgmodule.obj" \\r
-       "$(INTDIR)\rotormodule.obj" \\r
-       "$(INTDIR)\selectmodule.obj" \\r
-       "$(INTDIR)\signalmodule.obj" \\r
-       "$(INTDIR)\sliceobject.obj" \\r
-       "$(INTDIR)\socketmodule.obj" \\r
-       "$(INTDIR)\soundex.obj" \\r
-       "$(INTDIR)\stringobject.obj" \\r
-       "$(INTDIR)\stropmodule.obj" \\r
-       "$(INTDIR)\structmember.obj" \\r
-       "$(INTDIR)\structmodule.obj" \\r
-       "$(INTDIR)\sysmodule.obj" \\r
-       "$(INTDIR)\thread.obj" \\r
-       "$(INTDIR)\threadmodule.obj" \\r
-       "$(INTDIR)\timemodule.obj" \\r
-       "$(INTDIR)\tokenizer.obj" \\r
-       "$(INTDIR)\traceback.obj" \\r
-       "$(INTDIR)\tupleobject.obj" \\r
-       "$(INTDIR)\typeobject.obj" \\r
-       "$(INTDIR)\yuvconvert.obj"\r
-\r
-".\vc40\python15.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)\r
-    $(LINK32) @<<\r
-  $(LINK32_FLAGS) $(LINK32_OBJS)\r
-<<\r
-\r
-!ENDIF \r
-\r
-################################################################################\r
-# Begin Target\r
-\r
-# Name "python15 - Win32 Release"\r
-# Name "python15 - Win32 Debug"\r
-\r
-!IF  "$(CFG)" == "python15 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
-\r
-!ENDIF \r
-\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\longobject.c\r
-DEP_CPP_LONGO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longintrepr.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\listobject.c\r
-DEP_CPP_LISTO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\intobject.c\r
-DEP_CPP_INTOB=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\importdl.c\r
-DEP_CPP_IMPOR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       ".\Python\importdl.h"\\r
-       {$(INCLUDE)}"\sys\STAT.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-NODEP_CPP_IMPOR=\\r
-       ".\Python\dl.h"\\r
-       ".\Python\macdefs.h"\\r
-       ".\Python\macglue.h"\\r
-       \r
-\r
-"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\imageop.c\r
-DEP_CPP_IMAGE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\grammar1.c\r
-DEP_CPP_GRAMM=\\r
-       ".\Include\bitset.h"\\r
-       ".\Include\grammar.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\grammar1.obj" : $(SOURCE) $(DEP_CPP_GRAMM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\graminit.c\r
-DEP_CPP_GRAMI=\\r
-       ".\Include\bitset.h"\\r
-       ".\Include\grammar.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\graminit.obj" : $(SOURCE) $(DEP_CPP_GRAMI) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getversion.c\r
-DEP_CPP_GETVE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\patchlevel.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getplatform.c\r
-DEP_CPP_GETPL=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getmtime.c\r
-DEP_CPP_GETMT=\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\STAT.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getcopyright.c\r
-DEP_CPP_GETCO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getcompiler.c\r
-DEP_CPP_GETCOM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getargs.c\r
-DEP_CPP_GETAR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\funcobject.c\r
-DEP_CPP_FUNCO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\frozen.c\r
-DEP_CPP_FROZE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\frameobject.c\r
-DEP_CPP_FRAME=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\frameobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\opcode.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\floatobject.c\r
-DEP_CPP_FLOAT=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\fileobject.c\r
-DEP_CPP_FILEO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\STAT.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\errors.c\r
-DEP_CPP_ERROR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\config.c\r
-DEP_CPP_CONFI=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\complexobject.c\r
-DEP_CPP_COMPL=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\compile.c\r
-DEP_CPP_COMPI=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\graminit.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\opcode.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\token.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\cobject.c\r
-DEP_CPP_COBJE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\cmathmodule.c\r
-DEP_CPP_CMATH=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\classobject.c\r
-DEP_CPP_CLASS=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\ceval.c\r
-DEP_CPP_CEVAL=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\eval.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\frameobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\opcode.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\thread.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\bltinmodule.c\r
-DEP_CPP_BLTIN=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\eval.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\binascii.c\r
-DEP_CPP_BINAS=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\audioop.c\r
-DEP_CPP_AUDIO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\arraymodule.c\r
-DEP_CPP_ARRAY=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\arraymodule.obj" : $(SOURCE) $(DEP_CPP_ARRAY) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\acceler.c\r
-DEP_CPP_ACCEL=\\r
-       ".\Include\bitset.h"\\r
-       ".\Include\grammar.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\Parser\parser.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\acceler.obj" : $(SOURCE) $(DEP_CPP_ACCEL) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\abstract.c\r
-DEP_CPP_ABSTR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\abstract.obj" : $(SOURCE) $(DEP_CPP_ABSTR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\yuvconvert.c\r
-DEP_CPP_YUVCO=\\r
-       ".\Modules\yuv.h"\\r
-       \r
-\r
-"$(INTDIR)\yuvconvert.obj" : $(SOURCE) $(DEP_CPP_YUVCO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\typeobject.c\r
-DEP_CPP_TYPEO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\tupleobject.c\r
-DEP_CPP_TUPLE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\traceback.c\r
-DEP_CPP_TRACE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\frameobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\traceback.obj" : $(SOURCE) $(DEP_CPP_TRACE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\tokenizer.c\r
-DEP_CPP_TOKEN=\\r
-       ".\Include\errcode.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\Parser\tokenizer.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\timemodule.c\r
-DEP_CPP_TIMEM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\myselect.h"\\r
-       ".\Include\mytime.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\TIMEB.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\timemodule.obj" : $(SOURCE) $(DEP_CPP_TIMEM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\thread.c\r
-\r
-!IF  "$(CFG)" == "python15 - Win32 Release"\r
-\r
-DEP_CPP_THREA=\\r
-       ".\Include\thread.h"\\r
-       ".\PC\config.h"\\r
-       ".\Python\thread_cthread.h"\\r
-       ".\Python\thread_foobar.h"\\r
-       ".\Python\thread_lwp.h"\\r
-       ".\Python\thread_nt.h"\\r
-       ".\Python\thread_os2.h"\\r
-       ".\Python\thread_pthread.h"\\r
-       ".\Python\thread_sgi.h"\\r
-       ".\Python\thread_solaris.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-NODEP_CPP_THREA=\\r
-       "..\..\usr\include\thread.h"\\r
-       ".\Python\os2.h"\\r
-       \r
-\r
-"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
-\r
-DEP_CPP_THREA=\\r
-       ".\Include\thread.h"\\r
-       ".\PC\config.h"\\r
-       ".\Python\thread_cthread.h"\\r
-       ".\Python\thread_lwp.h"\\r
-       ".\Python\thread_nt.h"\\r
-       ".\Python\thread_os2.h"\\r
-       ".\Python\thread_pthread.h"\\r
-       ".\Python\thread_sgi.h"\\r
-       ".\Python\thread_solaris.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-NODEP_CPP_THREA=\\r
-       ".\Python\os2.h"\\r
-       \r
-\r
-"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\structmodule.c\r
-DEP_CPP_STRUC=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\structmember.c\r
-DEP_CPP_STRUCT=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\structmember.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\structmember.obj" : $(SOURCE) $(DEP_CPP_STRUCT) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\stropmodule.c\r
-DEP_CPP_STROP=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\stringobject.c\r
-DEP_CPP_STRIN=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\soundex.c\r
-DEP_CPP_SOUND=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\signalmodule.c\r
-DEP_CPP_SIGNA=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\thread.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\rotormodule.c\r
-DEP_CPP_ROTOR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\rgbimgmodule.c\r
-DEP_CPP_RGBIM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\regexpr.c\r
-DEP_CPP_REGEX=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\Modules\regexpr.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\regexmodule.c\r
-DEP_CPP_REGEXM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\Modules\regexpr.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\rangeobject.c\r
-DEP_CPP_RANGE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\pythonrun.c\r
-DEP_CPP_PYTHO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\bitset.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\errcode.h"\\r
-       ".\Include\eval.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\grammar.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\marshal.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\parsetok.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\thread.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\parsetok.c\r
-DEP_CPP_PARSE=\\r
-       ".\Include\bitset.h"\\r
-       ".\Include\errcode.h"\\r
-       ".\Include\grammar.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\parsetok.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\Parser\parser.h"\\r
-       ".\Parser\tokenizer.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\parser.c\r
-DEP_CPP_PARSER=\\r
-       ".\Include\bitset.h"\\r
-       ".\Include\errcode.h"\\r
-       ".\Include\grammar.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\Parser\parser.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\object.c\r
-DEP_CPP_OBJEC=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\node.c\r
-DEP_CPP_NODE_=\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\pgenheaders.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\node.obj" : $(SOURCE) $(DEP_CPP_NODE_) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\newmodule.c\r
-DEP_CPP_NEWMO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\marshal.c\r
-DEP_CPP_MARSH=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longintrepr.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\marshal.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\mystrtoul.c\r
-DEP_CPP_MYSTR=\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\mystrtoul.obj" : $(SOURCE) $(DEP_CPP_MYSTR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Parser\myreadline.c\r
-DEP_CPP_MYREA=\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\myreadline.obj" : $(SOURCE) $(DEP_CPP_MYREA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\moduleobject.c\r
-DEP_CPP_MODUL=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\modsupport.c\r
-DEP_CPP_MODSU=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\methodobject.c\r
-DEP_CPP_METHO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\token.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\methodobject.obj" : $(SOURCE) $(DEP_CPP_METHO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\md5module.c\r
-DEP_CPP_MD5MO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\Modules\md5.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\md5module.obj" : $(SOURCE) $(DEP_CPP_MD5MO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\md5c.c\r
-DEP_CPP_MD5C_=\\r
-       ".\Modules\md5.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\mathmodule.c\r
-DEP_CPP_MATHM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\socketmodule.c\r
-DEP_CPP_SOCKE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\mytime.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\socketmodule.obj" : $(SOURCE) $(DEP_CPP_SOCKE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\selectmodule.c\r
-DEP_CPP_SELEC=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\myselect.h"\\r
-       ".\Include\mytime.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\sysmodule.c\r
-DEP_CPP_SYSMO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\import.c\r
-DEP_CPP_IMPORT=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\errcode.h"\\r
-       ".\Include\eval.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\marshal.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\node.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\token.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       ".\Python\importdl.h"\\r
-       {$(INCLUDE)}"\sys\STAT.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-NODEP_CPP_IMPORT=\\r
-       ".\Python\macglue.h"\\r
-       \r
-\r
-"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\posixmodule.c\r
-DEP_CPP_POSIX=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\mytime.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\STAT.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       {$(INCLUDE)}"\sys\UTIME.H"\\r
-       \r
-\r
-"$(INTDIR)\posixmodule.obj" : $(SOURCE) $(DEP_CPP_POSIX) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\operator.c\r
-DEP_CPP_OPERA=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\errnomodule.c\r
-DEP_CPP_ERRNO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\sliceobject.c\r
-DEP_CPP_SLICE=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\main.c\r
-DEP_CPP_MAIN_=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\getopt.c\r
-\r
-"$(INTDIR)\getopt.obj" : $(SOURCE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\import_nt.c\r
-DEP_CPP_IMPORT_=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       ".\Python\importdl.h"\\r
-       \r
-\r
-"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\dl_nt.c\r
-DEP_CPP_DL_NT=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\python_nt.def\r
-\r
-!IF  "$(CFG)" == "python15 - Win32 Release"\r
-\r
-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\threadmodule.c\r
-DEP_CPP_THREAD=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\thread.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\python_nt.rc\r
-\r
-!IF  "$(CFG)" == "python15 - Win32 Release"\r
-\r
-# ADD BASE RSC /l 0x409 /i "PC"\r
-# ADD RSC /l 0x409 /i "PC" /i "Include"\r
-\r
-"$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)"\r
-   $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" /d\\r
- "NDEBUG" $(SOURCE)\r
-\r
-\r
-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
-\r
-# ADD BASE RSC /l 0x409 /i "PC" /i "Include"\r
-# ADD RSC /l 0x409 /i "PC" /i "Include"\r
-\r
-"$(INTDIR)\python_nt.res" : $(SOURCE) "$(INTDIR)"\r
-   $(RSC) /l 0x409 /fo"$(INTDIR)/python_nt.res" /i "PC" /i "Include" $(SOURCE)\r
-\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\getbuildinfo.c\r
-DEP_CPP_GETBU=\\r
-       ".\PC\config.h"\\r
-       \r
-NODEP_CPP_GETBU=\\r
-       ".\Modules\macbuildno.h"\\r
-       \r
-\r
-"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) $(DEP_CPP_GETBU) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Python\pystate.c\r
-DEP_CPP_PYSTA=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\cStringIO.c\r
-DEP_CPP_CSTRI=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\cStringIO.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\cPickle.c\r
-DEP_CPP_CPICK=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\cStringIO.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\graminit.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\mymath.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\cPickle.obj" : $(SOURCE) $(DEP_CPP_CPICK) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Objects\dictobject.c\r
-DEP_CPP_DICTO=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\dictobject.obj" : $(SOURCE) $(DEP_CPP_DICTO) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\msvcrtmodule.c\r
-DEP_CPP_MSVCR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\msvcrtmodule.obj" : $(SOURCE) $(DEP_CPP_MSVCR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\getpathp.c\r
-DEP_CPP_GETPA=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\osdefs.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       {$(INCLUDE)}"\sys\STAT.H"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\getpathp.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\reopmodule.c\r
-\r
-!IF  "$(CFG)" == "python15 - Win32 Release"\r
-\r
-DEP_CPP_REOPM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\Modules\regexpr.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
-\r
-DEP_CPP_REOPM=\\r
-       ".\Modules\regexpr.h"\\r
-       \r
-NODEP_CPP_REOPM=\\r
-       ".\Modules\Python.h"\\r
-       \r
-\r
-"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\pcremodule.c\r
-DEP_CPP_PCREM=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\graminit.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\Modules\pcre-internal.h"\\r
-       ".\Modules\pcre.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\pcremodule.obj" : $(SOURCE) $(DEP_CPP_PCREM) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\pypcre.c\r
-DEP_CPP_PYPCR=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\graminit.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\Modules\pcre-internal.h"\\r
-       ".\Modules\pcre.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\pypcre.obj" : $(SOURCE) $(DEP_CPP_PYPCR) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-# End Target\r
-################################################################################\r
-# Begin Target\r
-\r
-# Name "python - Win32 Release"\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\vc40\python15.lib\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\python.c\r
-\r
-"$(INTDIR)\python.obj" : $(SOURCE) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-# End Target\r
-################################################################################\r
-# Begin Target\r
-\r
-# Name "_tkinter - Win32 Release"\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\Modules\_tkinter.c\r
-DEP_CPP__TKIN=\\r
-       ".\Include\abstract.h"\\r
-       ".\Include\ceval.h"\\r
-       ".\Include\classobject.h"\\r
-       ".\Include\cobject.h"\\r
-       ".\Include\complexobject.h"\\r
-       ".\Include\dictobject.h"\\r
-       ".\Include\fileobject.h"\\r
-       ".\Include\floatobject.h"\\r
-       ".\Include\funcobject.h"\\r
-       ".\Include\import.h"\\r
-       ".\Include\intobject.h"\\r
-       ".\Include\intrcheck.h"\\r
-       ".\Include\listobject.h"\\r
-       ".\Include\longobject.h"\\r
-       ".\Include\methodobject.h"\\r
-       ".\Include\modsupport.h"\\r
-       ".\Include\moduleobject.h"\\r
-       ".\Include\mymalloc.h"\\r
-       ".\Include\myproto.h"\\r
-       ".\Include\myselect.h"\\r
-       ".\Include\mytime.h"\\r
-       ".\Include\object.h"\\r
-       ".\Include\objimpl.h"\\r
-       ".\Include\pydebug.h"\\r
-       ".\Include\pyerrors.h"\\r
-       ".\Include\pyfpe.h"\\r
-       ".\Include\pystate.h"\\r
-       ".\Include\Python.h"\\r
-       ".\Include\pythonrun.h"\\r
-       ".\Include\rangeobject.h"\\r
-       ".\Include\sliceobject.h"\\r
-       ".\Include\stringobject.h"\\r
-       ".\Include\sysmodule.h"\\r
-       ".\Include\traceback.h"\\r
-       ".\Include\tupleobject.h"\\r
-       ".\PC\config.h"\\r
-       \r
-\r
-"$(INTDIR)\_tkinter.obj" : $(SOURCE) $(DEP_CPP__TKIN) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
-\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\PC\_tkinter.def\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE=.\vc40\python15.lib\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE="\Program Files\Tcl\lib\tk80vc.lib"\r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
-\r
-SOURCE="\Program Files\Tcl\lib\tcl80vc.lib"\r
-# End Source File\r
-# End Target\r
-# End Project\r
-################################################################################\r