Changed the reference of 'mappingobject.c' to 'dictobject.c'
diff --git a/PC/vc40.mak b/PC/vc40.mak
index 1fc6d16..1428e07 100644
--- a/PC/vc40.mak
+++ b/PC/vc40.mak
@@ -72,6 +72,7 @@
 	-@erase "$(INTDIR)\config.obj"

 	-@erase "$(INTDIR)\cPickle.obj"

 	-@erase "$(INTDIR)\cStringIO.obj"

+	-@erase "$(INTDIR)\dictobject.obj"

 	-@erase "$(INTDIR)\dl_nt.obj"

 	-@erase "$(INTDIR)\errnomodule.obj"

 	-@erase "$(INTDIR)\errors.obj"

@@ -99,7 +100,6 @@
 	-@erase "$(INTDIR)\listobject.obj"

 	-@erase "$(INTDIR)\longobject.obj"

 	-@erase "$(INTDIR)\main.obj"

-	-@erase "$(INTDIR)\mappingobject.obj"

 	-@erase "$(INTDIR)\marshal.obj"

 	-@erase "$(INTDIR)\mathmodule.obj"

 	-@erase "$(INTDIR)\md5c.obj"

@@ -220,6 +220,7 @@
 	"$(INTDIR)\config.obj" \

 	"$(INTDIR)\cPickle.obj" \

 	"$(INTDIR)\cStringIO.obj" \

+	"$(INTDIR)\dictobject.obj" \

 	"$(INTDIR)\dl_nt.obj" \

 	"$(INTDIR)\errnomodule.obj" \

 	"$(INTDIR)\errors.obj" \

@@ -247,7 +248,6 @@
 	"$(INTDIR)\listobject.obj" \

 	"$(INTDIR)\longobject.obj" \

 	"$(INTDIR)\main.obj" \

-	"$(INTDIR)\mappingobject.obj" \

 	"$(INTDIR)\marshal.obj" \

 	"$(INTDIR)\mathmodule.obj" \

 	"$(INTDIR)\md5c.obj" \

@@ -497,6 +497,7 @@
 	-@erase "$(INTDIR)\config.obj"

 	-@erase "$(INTDIR)\cPickle.obj"

 	-@erase "$(INTDIR)\cStringIO.obj"

+	-@erase "$(INTDIR)\dictobject.obj"

 	-@erase "$(INTDIR)\dl_nt.obj"

 	-@erase "$(INTDIR)\errnomodule.obj"

 	-@erase "$(INTDIR)\errors.obj"

@@ -524,7 +525,6 @@
 	-@erase "$(INTDIR)\listobject.obj"

 	-@erase "$(INTDIR)\longobject.obj"

 	-@erase "$(INTDIR)\main.obj"

-	-@erase "$(INTDIR)\mappingobject.obj"

 	-@erase "$(INTDIR)\marshal.obj"

 	-@erase "$(INTDIR)\mathmodule.obj"

 	-@erase "$(INTDIR)\md5c.obj"

@@ -644,6 +644,7 @@
 	"$(INTDIR)\config.obj" \

 	"$(INTDIR)\cPickle.obj" \

 	"$(INTDIR)\cStringIO.obj" \

+	"$(INTDIR)\dictobject.obj" \

 	"$(INTDIR)\dl_nt.obj" \

 	"$(INTDIR)\errnomodule.obj" \

 	"$(INTDIR)\errors.obj" \

@@ -671,7 +672,6 @@
 	"$(INTDIR)\listobject.obj" \

 	"$(INTDIR)\longobject.obj" \

 	"$(INTDIR)\main.obj" \

-	"$(INTDIR)\mappingobject.obj" \

 	"$(INTDIR)\marshal.obj" \

 	"$(INTDIR)\mathmodule.obj" \

 	"$(INTDIR)\md5c.obj" \

@@ -794,6 +794,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -803,7 +804,6 @@
 	".\Include\listobject.h"\

 	".\Include\longintrepr.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -893,6 +893,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -901,7 +902,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -990,6 +990,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -998,7 +999,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1095,6 +1095,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1103,7 +1104,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1200,6 +1200,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1208,7 +1209,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1336,6 +1336,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1344,7 +1345,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1433,6 +1433,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1441,7 +1442,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1544,6 +1544,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1552,7 +1553,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1640,6 +1640,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1648,7 +1649,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1736,6 +1736,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1744,7 +1745,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1835,6 +1835,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1843,7 +1844,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -1932,6 +1932,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -1940,7 +1941,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2033,6 +2033,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\frameobject.h"\

@@ -2042,7 +2043,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2183,6 +2183,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2191,7 +2192,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2282,6 +2282,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2290,7 +2291,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2378,6 +2378,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2386,7 +2387,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2475,6 +2475,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2483,7 +2484,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2579,6 +2579,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2588,7 +2589,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2680,6 +2680,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2688,7 +2689,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2777,6 +2777,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2785,7 +2786,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2875,6 +2875,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -2883,7 +2884,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -2978,6 +2978,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\eval.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

@@ -2988,7 +2989,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3083,6 +3083,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\eval.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

@@ -3092,7 +3093,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3182,6 +3182,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3190,7 +3191,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3279,6 +3279,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3287,7 +3288,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3377,6 +3377,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3385,7 +3386,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3496,6 +3496,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3504,7 +3505,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3605,6 +3605,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3613,7 +3614,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3701,6 +3701,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3709,7 +3710,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3802,6 +3802,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\frameobject.h"\

@@ -3811,7 +3812,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3926,6 +3926,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -3934,7 +3935,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -3973,31 +3973,6 @@
 # Begin Source File

 

 SOURCE=.\Python\thread.c

-

-!IF  "$(CFG)" == "python15 - Win32 Release"

-

-DEP_CPP_THREA=\

-	".\Include\thread.h"\

-	".\PC\config.h"\

-	".\Python\thread_cthread.h"\

-	".\Python\thread_foobar.h"\

-	".\Python\thread_lwp.h"\

-	".\Python\thread_nt.h"\

-	".\Python\thread_pthread.h"\

-	".\Python\thread_sgi.h"\

-	".\Python\thread_solaris.h"\

-	{$(INCLUDE)}"\sys\TYPES.H"\

-	

-NODEP_CPP_THREA=\

-	"..\..\usr\include\thread.h"\

-	

-

-"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"

-   $(CPP) $(CPP_PROJ) $(SOURCE)

-

-

-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"

-

 DEP_CPP_THREA=\

 	".\Include\thread.h"\

 	".\PC\config.h"\

@@ -4014,8 +3989,6 @@
    $(CPP) $(CPP_PROJ) $(SOURCE)

 

 

-!ENDIF 

-

 # End Source File

 ################################################################################

 # Begin Source File

@@ -4076,6 +4049,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4084,7 +4058,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4174,6 +4147,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4182,7 +4156,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4271,6 +4244,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4279,7 +4253,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4336,6 +4309,7 @@
 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

 	".\Include\mymalloc.h"\

+	".\Include\mymath.h"\

 	".\Include\myproto.h"\

 	".\Include\object.h"\

 	".\Include\objimpl.h"\

@@ -4367,6 +4341,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4375,11 +4350,11 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

 	".\Include\mymalloc.h"\

+	".\Include\mymath.h"\

 	".\Include\myproto.h"\

 	".\Include\object.h"\

 	".\Include\objimpl.h"\

@@ -4463,6 +4438,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4471,7 +4447,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4560,6 +4535,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4568,7 +4544,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4658,6 +4633,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4666,7 +4642,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4755,6 +4730,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4763,7 +4739,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4867,6 +4842,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4875,7 +4851,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -4964,6 +4939,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -4972,7 +4948,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5071,6 +5046,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\errcode.h"\

 	".\Include\eval.h"\

 	".\Include\fileobject.h"\

@@ -5082,7 +5058,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\marshal.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

@@ -5222,6 +5197,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5230,7 +5206,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5338,6 +5313,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5346,7 +5322,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5438,6 +5413,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5447,7 +5423,6 @@
 	".\Include\listobject.h"\

 	".\Include\longintrepr.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\marshal.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

@@ -5565,6 +5540,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5573,7 +5549,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5661,6 +5636,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5669,7 +5645,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5758,6 +5733,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5766,7 +5742,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5856,6 +5831,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5864,7 +5840,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -5968,6 +5943,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -5976,7 +5952,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6010,65 +5985,6 @@
 ################################################################################

 # Begin Source File

 

-SOURCE=.\Objects\mappingobject.c

-

-!IF  "$(CFG)" == "python15 - Win32 Release"

-

-

-"$(INTDIR)\mappingobject.obj" : $(SOURCE) "$(INTDIR)"

-   $(CPP) $(CPP_PROJ) $(SOURCE)

-

-

-!ELSEIF  "$(CFG)" == "python15 - Win32 Debug"

-

-DEP_CPP_MAPPI=\

-	".\Include\abstract.h"\

-	".\Include\bltinmodule.h"\

-	".\Include\ceval.h"\

-	".\Include\classobject.h"\

-	".\Include\cobject.h"\

-	".\Include\complexobject.h"\

-	".\Include\fileobject.h"\

-	".\Include\floatobject.h"\

-	".\Include\funcobject.h"\

-	".\Include\import.h"\

-	".\Include\intobject.h"\

-	".\Include\intrcheck.h"\

-	".\Include\listobject.h"\

-	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

-	".\Include\methodobject.h"\

-	".\Include\modsupport.h"\

-	".\Include\moduleobject.h"\

-	".\Include\mymalloc.h"\

-	".\Include\myproto.h"\

-	".\Include\object.h"\

-	".\Include\objimpl.h"\

-	".\Include\pydebug.h"\

-	".\Include\pyerrors.h"\

-	".\Include\pyfpe.h"\

-	".\Include\pystate.h"\

-	".\Include\Python.h"\

-	".\Include\pythonrun.h"\

-	".\Include\rangeobject.h"\

-	".\Include\sliceobject.h"\

-	".\Include\stringobject.h"\

-	".\Include\sysmodule.h"\

-	".\Include\traceback.h"\

-	".\Include\tupleobject.h"\

-	".\PC\config.h"\

-	

-

-"$(INTDIR)\mappingobject.obj" : $(SOURCE) $(DEP_CPP_MAPPI) "$(INTDIR)"

-   $(CPP) $(CPP_PROJ) $(SOURCE)

-

-

-!ENDIF 

-

-# End Source File

-################################################################################

-# Begin Source File

-

 SOURCE=.\Modules\socketmodule.c

 

 !IF  "$(CFG)" == "python15 - Win32 Release"

@@ -6126,6 +6042,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6134,7 +6051,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6227,6 +6143,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6235,7 +6152,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6327,6 +6243,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6335,7 +6252,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6436,6 +6352,7 @@
 	".\Include\cobject.h"\

 	".\Include\compile.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\errcode.h"\

 	".\Include\eval.h"\

 	".\Include\fileobject.h"\

@@ -6446,7 +6363,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\marshal.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

@@ -6546,6 +6462,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6554,7 +6471,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6646,6 +6562,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6654,7 +6571,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6742,6 +6658,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6750,7 +6667,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6838,6 +6754,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6846,7 +6763,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -6934,6 +6850,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -6942,7 +6859,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7042,6 +6958,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7050,7 +6967,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7141,6 +7057,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7149,7 +7066,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7238,6 +7154,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7246,7 +7163,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7347,6 +7263,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7355,7 +7272,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7417,8 +7333,11 @@
 # Begin Source File

 

 SOURCE=.\Modules\getbuildinfo.c

+DEP_CPP_GETBU=\

+	".\PC\config.h"\

+	

 

-"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) "$(INTDIR)"

+"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) $(DEP_CPP_GETBU) "$(INTDIR)"

    $(CPP) $(CPP_PROJ) $(SOURCE)

 

 

@@ -7481,6 +7400,7 @@
 	".\Include\classobject.h"\

 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7489,7 +7409,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7579,6 +7498,7 @@
 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

 	".\Include\cStringIO.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7587,7 +7507,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7678,6 +7597,7 @@
 	".\Include\cobject.h"\

 	".\Include\complexobject.h"\

 	".\Include\cStringIO.h"\

+	".\Include\dictobject.h"\

 	".\Include\fileobject.h"\

 	".\Include\floatobject.h"\

 	".\Include\funcobject.h"\

@@ -7686,7 +7606,6 @@
 	".\Include\intrcheck.h"\

 	".\Include\listobject.h"\

 	".\Include\longobject.h"\

-	".\Include\mappingobject.h"\

 	".\Include\methodobject.h"\

 	".\Include\modsupport.h"\

 	".\Include\moduleobject.h"\

@@ -7717,6 +7636,53 @@
 !ENDIF 

 

 # End Source File

+################################################################################

+# Begin Source File

+

+SOURCE=.\Objects\dictobject.c

+DEP_CPP_DICTO=\

+	".\Include\abstract.h"\

+	".\Include\bltinmodule.h"\

+	".\Include\ceval.h"\

+	".\Include\classobject.h"\

+	".\Include\cobject.h"\

+	".\Include\complexobject.h"\

+	".\Include\dictobject.h"\

+	".\Include\fileobject.h"\

+	".\Include\floatobject.h"\

+	".\Include\funcobject.h"\

+	".\Include\import.h"\

+	".\Include\intobject.h"\

+	".\Include\intrcheck.h"\

+	".\Include\listobject.h"\

+	".\Include\longobject.h"\

+	".\Include\methodobject.h"\

+	".\Include\modsupport.h"\

+	".\Include\moduleobject.h"\

+	".\Include\mymalloc.h"\

+	".\Include\myproto.h"\

+	".\Include\object.h"\

+	".\Include\objimpl.h"\

+	".\Include\pydebug.h"\

+	".\Include\pyerrors.h"\

+	".\Include\pyfpe.h"\

+	".\Include\pystate.h"\

+	".\Include\Python.h"\

+	".\Include\pythonrun.h"\

+	".\Include\rangeobject.h"\

+	".\Include\sliceobject.h"\

+	".\Include\stringobject.h"\

+	".\Include\sysmodule.h"\

+	".\Include\traceback.h"\

+	".\Include\tupleobject.h"\

+	".\PC\config.h"\

+	

+

+"$(INTDIR)\dictobject.obj" : $(SOURCE) $(DEP_CPP_DICTO) "$(INTDIR)"

+   $(CPP) $(CPP_PROJ) $(SOURCE)

+

+

+# End Source File

 # End Target

 ################################################################################

 # Begin Target

@@ -7767,6 +7733,8 @@
 	".\Include\moduleobject.h"\

 	".\Include\mymalloc.h"\

 	".\Include\myproto.h"\

+	".\Include\myselect.h"\

+	".\Include\mytime.h"\

 	".\Include\object.h"\

 	".\Include\objimpl.h"\

 	".\Include\pydebug.h"\

@@ -7782,11 +7750,6 @@
 	".\Include\traceback.h"\

 	".\Include\tupleobject.h"\

 	".\PC\config.h"\

-	"C:\TCL80A2\include\tcl.h"\

-	"C:\TCL80A2\include\tk.h"\

-	"C:\TCL80A2\include\X11\X.h"\

-	"C:\TCL80A2\include\X11\Xfuncproto.h"\

-	"C:\TCL80A2\include\X11\Xlib.h"\

 	

 

 "$(INTDIR)\_tkinter.obj" : $(SOURCE) $(DEP_CPP__TKIN) "$(INTDIR)"