]> granicus.if.org Git - python/commitdiff
Updated, mappingobject -> dictobject plus some other minor things.
authorGuido van Rossum <guido@python.org>
Wed, 14 May 1997 20:47:15 +0000 (20:47 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 14 May 1997 20:47:15 +0000 (20:47 +0000)
PC/vc40.mak

index 362fee64d2cda54a1a2b12def9774bc0d8b88efe..1fc6d16088a86b04bbb1e5ca7f4a907c0b559d71 100644 (file)
@@ -738,6 +738,9 @@ LINK32_OBJS= \
 # Begin Source File\r
 \r
 SOURCE=.\Objects\longobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
 DEP_CPP_LONGO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
@@ -745,6 +748,7 @@ DEP_CPP_LONGO=\
        ".\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
@@ -754,7 +758,6 @@ DEP_CPP_LONGO=\
        ".\Include\listobject.h"\\r
        ".\Include\longintrepr.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -782,12 +785,9 @@ DEP_CPP_LONGO=\
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\listobject.c\r
-DEP_CPP_LISTO=\\r
+DEP_CPP_LONGO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -801,12 +801,14 @@ DEP_CPP_LISTO=\
        ".\Include\intobject.h"\\r
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
+       ".\Include\longintrepr.h"\\r
        ".\Include\longobject.h"\\r
        ".\Include\mappingobject.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
@@ -823,25 +825,30 @@ DEP_CPP_LISTO=\
        ".\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
+"$(INTDIR)\longobject.obj" : $(SOURCE) $(DEP_CPP_LONGO) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Objects\intobject.c\r
-DEP_CPP_INTOB=\\r
+SOURCE=.\Objects\listobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_LISTO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -850,7 +857,6 @@ DEP_CPP_INTOB=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -871,18 +877,16 @@ DEP_CPP_INTOB=\
        ".\Include\traceback.h"\\r
        ".\Include\tupleobject.h"\\r
        ".\PC\config.h"\\r
+       {$(INCLUDE)}"\sys\TYPES.H"\\r
        \r
 \r
-"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\importdl.c\r
-DEP_CPP_IMPOR=\\r
+DEP_CPP_LISTO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -905,7 +909,6 @@ DEP_CPP_IMPOR=\
        ".\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
@@ -919,32 +922,31 @@ DEP_CPP_IMPOR=\
        ".\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
+"$(INTDIR)\listobject.obj" : $(SOURCE) $(DEP_CPP_LISTO) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\imageop.c\r
-DEP_CPP_IMAGE=\\r
+SOURCE=.\Objects\intobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_INTOB=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -953,7 +955,6 @@ DEP_CPP_IMAGE=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -976,55 +977,13 @@ DEP_CPP_IMAGE=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\getversion.c\r
-DEP_CPP_GETVE=\\r
+DEP_CPP_INTOB=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1047,7 +1006,6 @@ DEP_CPP_GETVE=\
        ".\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
@@ -1063,22 +1021,28 @@ DEP_CPP_GETVE=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"\r
+"$(INTDIR)\intobject.obj" : $(SOURCE) $(DEP_CPP_INTOB) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\getplatform.c\r
-DEP_CPP_GETPL=\\r
+SOURCE=.\Python\importdl.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_IMPOR=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -1087,7 +1051,6 @@ DEP_CPP_GETPL=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1095,6 +1058,7 @@ DEP_CPP_GETPL=\
        ".\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
@@ -1108,33 +1072,23 @@ DEP_CPP_GETPL=\
        ".\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
+       ".\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)\getmtime.obj" : $(SOURCE) $(DEP_CPP_GETMT) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\getcopyright.c\r
-DEP_CPP_GETCO=\\r
+DEP_CPP_IMPOR=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1157,6 +1111,7 @@ DEP_CPP_GETCO=\
        ".\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
@@ -1170,24 +1125,38 @@ DEP_CPP_GETCO=\
        ".\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)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"\r
+"$(INTDIR)\importdl.obj" : $(SOURCE) $(DEP_CPP_IMPOR) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\getcompiler.c\r
-DEP_CPP_GETCOM=\\r
+SOURCE=.\Modules\imageop.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_IMAGE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -1196,7 +1165,6 @@ DEP_CPP_GETCOM=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1219,16 +1187,13 @@ DEP_CPP_GETCOM=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\getargs.c\r
-DEP_CPP_GETAR=\\r
+DEP_CPP_IMAGE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1266,23 +1231,67 @@ DEP_CPP_GETAR=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"\r
+"$(INTDIR)\imageop.obj" : $(SOURCE) $(DEP_CPP_IMAGE) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Objects\funcobject.c\r
-DEP_CPP_FUNCO=\\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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_GETVE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -1291,7 +1300,6 @@ DEP_CPP_FUNCO=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1299,6 +1307,7 @@ DEP_CPP_FUNCO=\
        ".\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
@@ -1308,23 +1317,19 @@ DEP_CPP_FUNCO=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\frozen.c\r
-DEP_CPP_FROZE=\\r
+DEP_CPP_GETVE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1347,6 +1352,7 @@ DEP_CPP_FROZE=\
        ".\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
@@ -1362,33 +1368,36 @@ DEP_CPP_FROZE=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"\r
+"$(INTDIR)\getversion.obj" : $(SOURCE) $(DEP_CPP_GETVE) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Objects\frameobject.c\r
-DEP_CPP_FRAME=\\r
+SOURCE=.\Python\getplatform.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_GETPL=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1396,7 +1405,6 @@ DEP_CPP_FRAME=\
        ".\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
@@ -1406,23 +1414,19 @@ DEP_CPP_FRAME=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\floatobject.c\r
-DEP_CPP_FLOAT=\\r
+DEP_CPP_GETPL=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1442,7 +1446,6 @@ DEP_CPP_FLOAT=\
        ".\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
@@ -1461,22 +1464,43 @@ DEP_CPP_FLOAT=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"\r
+"$(INTDIR)\getplatform.obj" : $(SOURCE) $(DEP_CPP_GETPL) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Objects\fileobject.c\r
-DEP_CPP_FILEO=\\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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_GETCO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -1485,7 +1509,6 @@ DEP_CPP_FILEO=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1502,23 +1525,19 @@ DEP_CPP_FILEO=\
        ".\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)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\errors.c\r
-DEP_CPP_ERROR=\\r
+DEP_CPP_GETCO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1556,22 +1575,28 @@ DEP_CPP_ERROR=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"\r
+"$(INTDIR)\getcopyright.obj" : $(SOURCE) $(DEP_CPP_GETCO) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\PC\config.c\r
-DEP_CPP_CONFI=\\r
+SOURCE=.\Python\getcompiler.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_GETCOM=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -1580,7 +1605,6 @@ DEP_CPP_CONFI=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1603,16 +1627,13 @@ DEP_CPP_CONFI=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\complexobject.c\r
-DEP_CPP_COMPL=\\r
+DEP_CPP_GETCOM=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1632,7 +1653,6 @@ DEP_CPP_COMPL=\
        ".\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
@@ -1651,42 +1671,43 @@ DEP_CPP_COMPL=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"\r
+"$(INTDIR)\getcompiler.obj" : $(SOURCE) $(DEP_CPP_GETCOM) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\compile.c\r
-DEP_CPP_COMPI=\\r
+SOURCE=.\Python\getargs.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_GETAR=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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\mappingobject.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
@@ -1696,24 +1717,19 @@ DEP_CPP_COMPI=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\cobject.c\r
-DEP_CPP_COBJE=\\r
+DEP_CPP_GETAR=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -1751,22 +1767,29 @@ DEP_CPP_COBJE=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"\r
+"$(INTDIR)\getargs.obj" : $(SOURCE) $(DEP_CPP_GETAR) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\cmathmodule.c\r
-DEP_CPP_CMATH=\\r
+SOURCE=.\Objects\funcobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_FUNCO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -1775,12 +1798,10 @@ DEP_CPP_CMATH=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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
@@ -1793,27 +1814,26 @@ DEP_CPP_CMATH=\
        ".\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)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\classobject.c\r
-DEP_CPP_CLASS=\\r
+DEP_CPP_FUNCO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
        ".\Include\fileobject.h"\\r
        ".\Include\floatobject.h"\\r
@@ -1847,34 +1867,36 @@ DEP_CPP_CLASS=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"\r
+"$(INTDIR)\funcobject.obj" : $(SOURCE) $(DEP_CPP_FUNCO) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\ceval.c\r
-DEP_CPP_CEVAL=\\r
+SOURCE=.\Python\frozen.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_FROZE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
-       ".\Include\eval.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\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1882,7 +1904,6 @@ DEP_CPP_CEVAL=\
        ".\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
@@ -1893,30 +1914,24 @@ DEP_CPP_CEVAL=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\bltinmodule.c\r
-DEP_CPP_BLTIN=\\r
+DEP_CPP_FROZE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
-       ".\Include\eval.h"\\r
        ".\Include\fileobject.h"\\r
        ".\Include\floatobject.h"\\r
        ".\Include\funcobject.h"\\r
@@ -1930,9 +1945,7 @@ DEP_CPP_BLTIN=\
        ".\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
@@ -1950,31 +1963,38 @@ DEP_CPP_BLTIN=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\bltinmodule.obj" : $(SOURCE) $(DEP_CPP_BLTIN) "$(INTDIR)"\r
+"$(INTDIR)\frozen.obj" : $(SOURCE) $(DEP_CPP_FROZE) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\binascii.c\r
-DEP_CPP_BINAS=\\r
+SOURCE=.\Objects\frameobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_FRAME=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -1982,6 +2002,7 @@ DEP_CPP_BINAS=\
        ".\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
@@ -1991,30 +2012,30 @@ DEP_CPP_BINAS=\
        ".\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)\binascii.obj" : $(SOURCE) $(DEP_CPP_BINAS) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\audioop.c\r
-DEP_CPP_AUDIO=\\r
+DEP_CPP_FRAME=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
        ".\Include\complexobject.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
@@ -2026,10 +2047,10 @@ DEP_CPP_AUDIO=\
        ".\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\opcode.h"\\r
        ".\Include\pydebug.h"\\r
        ".\Include\pyerrors.h"\\r
        ".\Include\pyfpe.h"\\r
@@ -2039,28 +2060,32 @@ DEP_CPP_AUDIO=\
        ".\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)\audioop.obj" : $(SOURCE) $(DEP_CPP_AUDIO) "$(INTDIR)"\r
+"$(INTDIR)\frameobject.obj" : $(SOURCE) $(DEP_CPP_FRAME) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\arraymodule.c\r
-DEP_CPP_ARRAY=\\r
+SOURCE=.\Objects\floatobject.c\r
+DEP_CPP_FLOAT=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -2069,11 +2094,11 @@ DEP_CPP_ARRAY=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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
@@ -2090,10 +2115,9 @@ DEP_CPP_ARRAY=\
        ".\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
+"$(INTDIR)\floatobject.obj" : $(SOURCE) $(DEP_CPP_FLOAT) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
@@ -2101,36 +2125,18 @@ DEP_CPP_ARRAY=\
 ################################################################################\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
+SOURCE=.\Objects\fileobject.c\r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
 \r
-SOURCE=.\Objects\abstract.c\r
-DEP_CPP_ABSTR=\\r
+DEP_CPP_FILEO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -2139,7 +2145,6 @@ DEP_CPP_ABSTR=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -2156,35 +2161,22 @@ DEP_CPP_ABSTR=\
        ".\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)\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\typeobject.c\r
-DEP_CPP_TYPEO=\\r
+DEP_CPP_FILEO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -2216,28 +2208,37 @@ DEP_CPP_TYPEO=\
        ".\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)\typeobject.obj" : $(SOURCE) $(DEP_CPP_TYPEO) "$(INTDIR)"\r
+"$(INTDIR)\fileobject.obj" : $(SOURCE) $(DEP_CPP_FILEO) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \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\bltinmodule.h"\\r
+SOURCE=.\Python\errors.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_ERROR=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
@@ -2246,7 +2247,6 @@ DEP_CPP_TUPLE=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -2269,26 +2269,21 @@ DEP_CPP_TUPLE=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\tupleobject.obj" : $(SOURCE) $(DEP_CPP_TUPLE) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\traceback.c\r
-DEP_CPP_TRACE=\\r
+DEP_CPP_ERROR=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
        ".\Include\complexobject.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
@@ -2303,7 +2298,6 @@ DEP_CPP_TRACE=\
        ".\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
@@ -2313,43 +2307,71 @@ DEP_CPP_TRACE=\
        ".\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
+"$(INTDIR)\errors.obj" : $(SOURCE) $(DEP_CPP_ERROR) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \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
+SOURCE=.\PC\config.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_CONFI=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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\pgenheaders.h"\\r
+       ".\Include\object.h"\\r
+       ".\Include\objimpl.h"\\r
        ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\Parser\tokenizer.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)\tokenizer.obj" : $(SOURCE) $(DEP_CPP_TOKEN) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\timemodule.c\r
-DEP_CPP_TIMEM=\\r
+DEP_CPP_CONFI=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -2369,10 +2391,7 @@ DEP_CPP_TIMEM=\
        ".\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
@@ -2388,47 +2407,30 @@ DEP_CPP_TIMEM=\
        ".\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
+"$(INTDIR)\config.obj" : $(SOURCE) $(DEP_CPP_CONFI) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\thread.c\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_pthread.h"\\r
-       ".\Python\thread_sgi.h"\\r
-       ".\Python\thread_solaris.h"\\r
-       {$(INCLUDE)}"\sys\TYPES.H"\\r
-       \r
-\r
-"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
+SOURCE=.\Objects\complexobject.c\r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
 \r
-SOURCE=.\Modules\structmodule.c\r
-DEP_CPP_STRUC=\\r
+DEP_CPP_COMPL=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -2437,7 +2439,6 @@ DEP_CPP_STRUC=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -2461,16 +2462,13 @@ DEP_CPP_STRUC=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\structmodule.obj" : $(SOURCE) $(DEP_CPP_STRUC) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\structmember.c\r
-DEP_CPP_STRUCT=\\r
+DEP_CPP_COMPL=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -2490,6 +2488,7 @@ DEP_CPP_STRUCT=\
        ".\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
@@ -2502,45 +2501,53 @@ DEP_CPP_STRUCT=\
        ".\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
+"$(INTDIR)\complexobject.obj" : $(SOURCE) $(DEP_CPP_COMPL) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\stropmodule.c\r
-DEP_CPP_STROP=\\r
+SOURCE=.\Python\compile.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_COMPI=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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\mappingobject.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
@@ -2550,31 +2557,32 @@ DEP_CPP_STROP=\
        ".\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)\stropmodule.obj" : $(SOURCE) $(DEP_CPP_STROP) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\stringobject.c\r
-DEP_CPP_STRIN=\\r
+DEP_CPP_COMPI=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
        ".\Include\complexobject.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
@@ -2586,8 +2594,10 @@ DEP_CPP_STRIN=\
        ".\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
@@ -2597,28 +2607,36 @@ DEP_CPP_STRIN=\
        ".\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)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"\r
+"$(INTDIR)\compile.obj" : $(SOURCE) $(DEP_CPP_COMPI) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\soundex.c\r
-DEP_CPP_SOUND=\\r
+SOURCE=.\Objects\cobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_COBJE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -2627,7 +2645,6 @@ DEP_CPP_SOUND=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -2650,16 +2667,13 @@ DEP_CPP_SOUND=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\soundex.obj" : $(SOURCE) $(DEP_CPP_SOUND) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\signalmodule.c\r
-DEP_CPP_SIGNA=\\r
+DEP_CPP_COBJE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -2692,28 +2706,33 @@ DEP_CPP_SIGNA=\
        ".\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)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"\r
+"$(INTDIR)\cobject.obj" : $(SOURCE) $(DEP_CPP_COBJE) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\rotormodule.c\r
-DEP_CPP_ROTOR=\\r
+SOURCE=.\Modules\cmathmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_CMATH=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -2722,7 +2741,6 @@ DEP_CPP_ROTOR=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -2746,16 +2764,13 @@ DEP_CPP_ROTOR=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\rotormodule.obj" : $(SOURCE) $(DEP_CPP_ROTOR) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\rgbimgmodule.c\r
-DEP_CPP_RGBIM=\\r
+DEP_CPP_CMATH=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -2775,6 +2790,7 @@ DEP_CPP_RGBIM=\
        ".\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
@@ -2793,42 +2809,28 @@ DEP_CPP_RGBIM=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\rgbimgmodule.obj" : $(SOURCE) $(DEP_CPP_RGBIM) "$(INTDIR)"\r
+"$(INTDIR)\cmathmodule.obj" : $(SOURCE) $(DEP_CPP_CMATH) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\regexpr.c\r
-DEP_CPP_REGEX=\\r
-       ".\Include\myproto.h"\\r
-       ".\Modules\regexpr.h"\\r
-       ".\PC\config.h"\\r
-       \r
-NODEP_CPP_REGEX=\\r
-       ".\Modules\buffer.h"\\r
-       ".\Modules\lisp.h"\\r
-       ".\Modules\syntax.h"\\r
-       \r
-\r
-"$(INTDIR)\regexpr.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\r
-   $(CPP) $(CPP_PROJ) $(SOURCE)\r
-\r
+SOURCE=.\Objects\classobject.c\r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
 \r
-SOURCE=.\Modules\regexmodule.c\r
-DEP_CPP_REGEXM=\\r
+DEP_CPP_CLASS=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -2837,7 +2839,6 @@ DEP_CPP_REGEXM=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -2854,23 +2855,20 @@ DEP_CPP_REGEXM=\
        ".\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
-       ".\Modules\regexpr.h"\\r
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\regexmodule.obj" : $(SOURCE) $(DEP_CPP_REGEXM) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\rangeobject.c\r
-DEP_CPP_RANGE=\\r
+DEP_CPP_CLASS=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -2902,52 +2900,54 @@ DEP_CPP_RANGE=\
        ".\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)\rangeobject.obj" : $(SOURCE) $(DEP_CPP_RANGE) "$(INTDIR)"\r
+"$(INTDIR)\classobject.obj" : $(SOURCE) $(DEP_CPP_CLASS) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\pythonrun.c\r
-DEP_CPP_PYTHO=\\r
+SOURCE=.\Python\ceval.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_CEVAL=\\r
        ".\Include\abstract.h"\\r
-       ".\Include\bitset.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
        ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
-       ".\Include\errcode.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\grammar.h"\\r
        ".\Include\import.h"\\r
        ".\Include\intobject.h"\\r
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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\opcode.h"\\r
        ".\Include\pydebug.h"\\r
        ".\Include\pyerrors.h"\\r
        ".\Include\pyfpe.h"\\r
@@ -2964,70 +2964,3480 @@ DEP_CPP_PYTHO=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\pythonrun.obj" : $(SOURCE) $(DEP_CPP_PYTHO) "$(INTDIR)"\r
+"$(INTDIR)\ceval.obj" : $(SOURCE) $(DEP_CPP_CEVAL) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
-# End Source File\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_CEVAL=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\bltinmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_BLTIN=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_BLTIN=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\binascii.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_BINAS=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_BINAS=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\audioop.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_AUDIO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_AUDIO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\arraymodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_ARRAY=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_ARRAY=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_ABSTR=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_ABSTR=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_TYPEO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_TYPEO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Objects\tupleobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_TUPLE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_TUPLE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\traceback.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_TRACE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_TRACE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_TIMEM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_TIMEM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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_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
+       \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_pthread.h"\\r
+       ".\Python\thread_sgi.h"\\r
+       ".\Python\thread_solaris.h"\\r
+       {$(INCLUDE)}"\sys\TYPES.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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_STRUC=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_STRUC=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\structmember.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_STRUCT=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_STRUCT=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\stropmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_STROP=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_STROP=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Objects\stringobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_STRIN=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_STRIN=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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)\stringobject.obj" : $(SOURCE) $(DEP_CPP_STRIN) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\soundex.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_SOUND=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_SOUND=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\signalmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_SIGNA=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_SIGNA=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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)\signalmodule.obj" : $(SOURCE) $(DEP_CPP_SIGNA) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\rotormodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_ROTOR=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_ROTOR=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\rgbimgmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_RGBIM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_RGBIM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\regexpr.c\r
+DEP_CPP_REGEX=\\r
+       ".\Include\myproto.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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_REGEXM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_REGEXM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Objects\rangeobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_RANGE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_RANGE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\pythonrun.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_PYTHO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bitset.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_PYTHO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bitset.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_OBJEC=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_OBJEC=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_NEWMO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_NEWMO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\marshal.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_MARSH=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_MARSH=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_MODUL=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_MODUL=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\modsupport.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_MODSU=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_MODSU=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Objects\methodobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_METHO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_METHO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\md5module.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_MD5MO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_MD5MO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_MATHM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_MATHM=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Objects\mappingobject.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+\r
+"$(INTDIR)\mappingobject.obj" : $(SOURCE) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_MAPPI=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Modules\socketmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_SOCKE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_SOCKE=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+SOURCE=.\Modules\selectmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_SELEC=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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\node.h"\\r
-       ".\Include\parsetok.h"\\r
-       ".\Include\pgenheaders.h"\\r
+       ".\Include\myselect.h"\\r
+       ".\Include\mytime.h"\\r
+       ".\Include\object.h"\\r
+       ".\Include\objimpl.h"\\r
        ".\Include\pydebug.h"\\r
-       ".\Include\token.h"\\r
-       ".\Parser\parser.h"\\r
-       ".\Parser\tokenizer.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)\parsetok.obj" : $(SOURCE) $(DEP_CPP_PARSE) "$(INTDIR)"\r
+"$(INTDIR)\selectmodule.obj" : $(SOURCE) $(DEP_CPP_SELEC) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_SELEC=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \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
+SOURCE=.\Python\sysmodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_SYSMO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
+\r
+DEP_CPP_SYSMO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.h"\\r
+       ".\Include\ceval.h"\\r
+       ".\Include\classobject.h"\\r
+       ".\Include\cobject.h"\\r
+       ".\Include\complexobject.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\mappingobject.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
+!ENDIF \r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\import.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_IMPORT=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\bltinmodule.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\grammar.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\pgenheaders.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
-       ".\Parser\parser.h"\\r
+       ".\Include\traceback.h"\\r
+       ".\Include\tupleobject.h"\\r
        ".\PC\config.h"\\r
+       ".\Python\importdl.h"\\r
+       \r
+NODEP_CPP_IMPORT=\\r
+       ".\Python\macglue.h"\\r
        \r
 \r
-"$(INTDIR)\parser.obj" : $(SOURCE) $(DEP_CPP_PARSER) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\object.c\r
-DEP_CPP_OBJEC=\\r
+DEP_CPP_IMPORT=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
+       ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
+       ".\Include\errcode.h"\\r
+       ".\Include\eval.h"\\r
        ".\Include\fileobject.h"\\r
        ".\Include\floatobject.h"\\r
        ".\Include\funcobject.h"\\r
@@ -3037,13 +6447,16 @@ DEP_CPP_OBJEC=\
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
        ".\Include\mappingobject.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
@@ -3054,46 +6467,38 @@ DEP_CPP_OBJEC=\
        ".\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
+       \r
+NODEP_CPP_IMPORT=\\r
+       ".\Python\macglue.h"\\r
        \r
 \r
-"$(INTDIR)\object.obj" : $(SOURCE) $(DEP_CPP_OBJEC) "$(INTDIR)"\r
+"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \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
+SOURCE=.\Modules\posixmodule.c\r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
 \r
-SOURCE=.\Modules\newmodule.c\r
-DEP_CPP_NEWMO=\\r
+DEP_CPP_POSIX=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3102,12 +6507,12 @@ DEP_CPP_NEWMO=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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
@@ -3123,24 +6528,23 @@ DEP_CPP_NEWMO=\
        ".\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)\newmodule.obj" : $(SOURCE) $(DEP_CPP_NEWMO) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\marshal.c\r
-DEP_CPP_MARSH=\\r
+DEP_CPP_POSIX=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
        ".\Include\fileobject.h"\\r
        ".\Include\floatobject.h"\\r
@@ -3149,15 +6553,14 @@ DEP_CPP_MARSH=\
        ".\Include\intobject.h"\\r
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
-       ".\Include\longintrepr.h"\\r
        ".\Include\longobject.h"\\r
        ".\Include\mappingobject.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\mytime.h"\\r
        ".\Include\object.h"\\r
        ".\Include\objimpl.h"\\r
        ".\Include\pydebug.h"\\r
@@ -3173,53 +6576,33 @@ DEP_CPP_MARSH=\
        ".\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)\marshal.obj" : $(SOURCE) $(DEP_CPP_MARSH) "$(INTDIR)"\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=.\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
+!ENDIF \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
+SOURCE=.\Modules\operator.c\r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
 \r
-SOURCE=.\Objects\moduleobject.c\r
-DEP_CPP_MODUL=\\r
+DEP_CPP_OPERA=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3228,7 +6611,6 @@ DEP_CPP_MODUL=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -3251,16 +6633,13 @@ DEP_CPP_MODUL=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\moduleobject.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\modsupport.c\r
-DEP_CPP_MODSU=\\r
+DEP_CPP_OPERA=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3298,22 +6677,28 @@ DEP_CPP_MODSU=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\modsupport.obj" : $(SOURCE) $(DEP_CPP_MODSU) "$(INTDIR)"\r
+"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Objects\methodobject.c\r
-DEP_CPP_METHO=\\r
+SOURCE=.\Modules\errnomodule.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_ERRNO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3322,7 +6707,6 @@ DEP_CPP_METHO=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -3340,22 +6724,18 @@ DEP_CPP_METHO=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\md5module.c\r
-DEP_CPP_MD5MO=\\r
+DEP_CPP_ERRNO=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3390,40 +6770,31 @@ DEP_CPP_MD5MO=\
        ".\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
+"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \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
+SOURCE=.\Objects\sliceobject.c\r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
 \r
-SOURCE=.\Modules\mathmodule.c\r
-DEP_CPP_MATHM=\\r
+DEP_CPP_SLICE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3432,12 +6803,10 @@ DEP_CPP_MATHM=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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
@@ -3456,16 +6825,13 @@ DEP_CPP_MATHM=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\mathmodule.obj" : $(SOURCE) $(DEP_CPP_MATHM) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\mappingobject.c\r
-DEP_CPP_MAPPI=\\r
+DEP_CPP_SLICE=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3503,22 +6869,28 @@ DEP_CPP_MAPPI=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"\r
+"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\socketmodule.c\r
-DEP_CPP_SOCKE=\\r
+SOURCE=.\Modules\main.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_MAIN_=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3527,13 +6899,11 @@ DEP_CPP_SOCKE=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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
@@ -3549,19 +6919,15 @@ DEP_CPP_SOCKE=\
        ".\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\selectmodule.c\r
-DEP_CPP_SELEC=\\r
+DEP_CPP_MAIN_=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3582,8 +6948,6 @@ DEP_CPP_SELEC=\
        ".\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
@@ -3599,25 +6963,40 @@ DEP_CPP_SELEC=\
        ".\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
+"$(INTDIR)\main.obj" : $(SOURCE) $(DEP_CPP_MAIN_) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Python\sysmodule.c\r
-DEP_CPP_SYSMO=\\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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_IMPORT_=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3626,7 +7005,6 @@ DEP_CPP_SYSMO=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -3648,27 +7026,22 @@ DEP_CPP_SYSMO=\
        ".\Include\traceback.h"\\r
        ".\Include\tupleobject.h"\\r
        ".\PC\config.h"\\r
+       ".\Python\importdl.h"\\r
        \r
 \r
-"$(INTDIR)\sysmodule.obj" : $(SOURCE) $(DEP_CPP_SYSMO) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Python\import.c\r
-DEP_CPP_IMPORT=\\r
+DEP_CPP_IMPORT_=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
-       ".\Include\compile.h"\\r
        ".\Include\complexobject.h"\\r
-       ".\Include\errcode.h"\\r
-       ".\Include\eval.h"\\r
        ".\Include\fileobject.h"\\r
        ".\Include\floatobject.h"\\r
        ".\Include\funcobject.h"\\r
@@ -3678,13 +7051,11 @@ DEP_CPP_IMPORT=\
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
        ".\Include\mappingobject.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
@@ -3698,32 +7069,34 @@ DEP_CPP_IMPORT=\
        ".\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
        \r
-NODEP_CPP_IMPORT=\\r
-       ".\Python\macglue.h"\\r
-       \r
 \r
-"$(INTDIR)\import.obj" : $(SOURCE) $(DEP_CPP_IMPORT) "$(INTDIR)"\r
+"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\posixmodule.c\r
-DEP_CPP_POSIX=\\r
+SOURCE=.\PC\getpath_nt.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_GETPA=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3732,15 +7105,14 @@ DEP_CPP_POSIX=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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\osdefs.h"\\r
        ".\Include\pydebug.h"\\r
        ".\Include\pyerrors.h"\\r
        ".\Include\pyfpe.h"\\r
@@ -3754,21 +7126,15 @@ DEP_CPP_POSIX=\
        ".\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
+"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
-# End Source File\r
-################################################################################\r
-# Begin Source File\r
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\operator.c\r
-DEP_CPP_OPERA=\\r
+DEP_CPP_GETPA=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3791,6 +7157,7 @@ DEP_CPP_OPERA=\
        ".\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
@@ -3806,22 +7173,28 @@ DEP_CPP_OPERA=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\operator.obj" : $(SOURCE) $(DEP_CPP_OPERA) "$(INTDIR)"\r
+"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\errnomodule.c\r
-DEP_CPP_ERRNO=\\r
+SOURCE=.\PC\dl_nt.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_DL_NT=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3830,7 +7203,6 @@ DEP_CPP_ERRNO=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -3853,16 +7225,13 @@ DEP_CPP_ERRNO=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\errnomodule.obj" : $(SOURCE) $(DEP_CPP_ERRNO) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Objects\sliceobject.c\r
-DEP_CPP_SLICE=\\r
+DEP_CPP_DL_NT=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3900,22 +7269,40 @@ DEP_CPP_SLICE=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\sliceobject.obj" : $(SOURCE) $(DEP_CPP_SLICE) "$(INTDIR)"\r
+"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\main.c\r
-DEP_CPP_MAIN_=\\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
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_THREAD=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -3924,7 +7311,6 @@ DEP_CPP_MAIN_=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -3942,31 +7328,19 @@ DEP_CPP_MAIN_=\
        ".\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)\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
+"$(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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\PC\import_nt.c\r
-DEP_CPP_IMPORT_=\\r
+DEP_CPP_THREAD=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -3989,7 +7363,6 @@ DEP_CPP_IMPORT_=\
        ".\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
@@ -4000,28 +7373,71 @@ DEP_CPP_IMPORT_=\
        ".\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
-       ".\Python\importdl.h"\\r
        \r
 \r
-"$(INTDIR)\import_nt.obj" : $(SOURCE) $(DEP_CPP_IMPORT_) "$(INTDIR)"\r
+"$(INTDIR)\threadmodule.obj" : $(SOURCE) $(DEP_CPP_THREAD) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\PC\getpath_nt.c\r
-DEP_CPP_GETPA=\\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
+\r
+"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Python\pystate.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_PYSTA=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -4030,7 +7446,6 @@ DEP_CPP_GETPA=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -4038,7 +7453,6 @@ DEP_CPP_GETPA=\
        ".\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
@@ -4054,16 +7468,13 @@ DEP_CPP_GETPA=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\getpath_nt.obj" : $(SOURCE) $(DEP_CPP_GETPA) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\PC\dl_nt.c\r
-DEP_CPP_DL_NT=\\r
+DEP_CPP_PYSTA=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -4101,34 +7512,29 @@ DEP_CPP_DL_NT=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\dl_nt.obj" : $(SOURCE) $(DEP_CPP_DL_NT) "$(INTDIR)"\r
+"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\PC\python_nt.def\r
+SOURCE=.\Modules\cStringIO.c\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
+DEP_CPP_CSTRI=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.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
@@ -4137,7 +7543,6 @@ DEP_CPP_THREAD=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -4155,65 +7560,25 @@ DEP_CPP_THREAD=\
        ".\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
+"$(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=.\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
-\r
-"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) "$(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
+DEP_CPP_CSTRI=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
        ".\Include\classobject.h"\\r
        ".\Include\cobject.h"\\r
        ".\Include\complexobject.h"\\r
+       ".\Include\cStringIO.h"\\r
        ".\Include\fileobject.h"\\r
        ".\Include\floatobject.h"\\r
        ".\Include\funcobject.h"\\r
@@ -4245,16 +7610,21 @@ DEP_CPP_PYSTA=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\pystate.obj" : $(SOURCE) $(DEP_CPP_PYSTA) "$(INTDIR)"\r
+"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r
 \r
-SOURCE=.\Modules\cStringIO.c\r
-DEP_CPP_CSTRI=\\r
+SOURCE=.\Modules\cPickle.c\r
+\r
+!IF  "$(CFG)" == "python15 - Win32 Release"\r
+\r
+DEP_CPP_CPICK=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
        ".\Include\ceval.h"\\r
@@ -4262,6 +7632,7 @@ DEP_CPP_CSTRI=\
        ".\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
@@ -4270,11 +7641,11 @@ DEP_CPP_CSTRI=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.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
@@ -4293,15 +7664,12 @@ DEP_CPP_CSTRI=\
        ".\PC\config.h"\\r
        \r
 \r
-"$(INTDIR)\cStringIO.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"\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
+!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"\r
 \r
-SOURCE=.\Modules\cPickle.c\r
 DEP_CPP_CPICK=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
@@ -4346,6 +7714,8 @@ DEP_CPP_CPICK=\
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
+!ENDIF \r
+\r
 # End Source File\r
 # End Target\r
 ################################################################################\r
@@ -4376,9 +7746,6 @@ SOURCE=.\vc40\python15.lib
 # Begin Source File\r
 \r
 SOURCE=.\Modules\_tkinter.c\r
-\r
-!IF  "$(CFG)" == "_tkinter - Win32 Release"\r
-\r
 DEP_CPP__TKIN=\\r
        ".\Include\abstract.h"\\r
        ".\Include\bltinmodule.h"\\r
@@ -4386,6 +7753,7 @@ DEP_CPP__TKIN=\
        ".\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
@@ -4394,7 +7762,6 @@ DEP_CPP__TKIN=\
        ".\Include\intrcheck.h"\\r
        ".\Include\listobject.h"\\r
        ".\Include\longobject.h"\\r
-       ".\Include\mappingobject.h"\\r
        ".\Include\methodobject.h"\\r
        ".\Include\modsupport.h"\\r
        ".\Include\moduleobject.h"\\r
@@ -4426,8 +7793,6 @@ DEP_CPP__TKIN=\
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
-!ENDIF \r
-\r
 # End Source File\r
 ################################################################################\r
 # Begin Source File\r