]> granicus.if.org Git - python/commitdiff
Changed the reference of 'mappingobject.c' to 'dictobject.c'
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Thu, 5 Jun 1997 22:03:26 +0000 (22:03 +0000)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>
Thu, 5 Jun 1997 22:03:26 +0000 (22:03 +0000)
PC/vc40.mak

index 1fc6d16088a86b04bbb1e5ca7f4a907c0b559d71..1428e07c774568ec7035bc7fb5c58f6a021966df 100644 (file)
@@ -72,6 +72,7 @@ CLEAN :
        -@erase "$(INTDIR)\config.obj"\r
        -@erase "$(INTDIR)\cPickle.obj"\r
        -@erase "$(INTDIR)\cStringIO.obj"\r
+       -@erase "$(INTDIR)\dictobject.obj"\r
        -@erase "$(INTDIR)\dl_nt.obj"\r
        -@erase "$(INTDIR)\errnomodule.obj"\r
        -@erase "$(INTDIR)\errors.obj"\r
@@ -99,7 +100,6 @@ CLEAN :
        -@erase "$(INTDIR)\listobject.obj"\r
        -@erase "$(INTDIR)\longobject.obj"\r
        -@erase "$(INTDIR)\main.obj"\r
-       -@erase "$(INTDIR)\mappingobject.obj"\r
        -@erase "$(INTDIR)\marshal.obj"\r
        -@erase "$(INTDIR)\mathmodule.obj"\r
        -@erase "$(INTDIR)\md5c.obj"\r
@@ -220,6 +220,7 @@ LINK32_OBJS= \
        "$(INTDIR)\config.obj" \\r
        "$(INTDIR)\cPickle.obj" \\r
        "$(INTDIR)\cStringIO.obj" \\r
+       "$(INTDIR)\dictobject.obj" \\r
        "$(INTDIR)\dl_nt.obj" \\r
        "$(INTDIR)\errnomodule.obj" \\r
        "$(INTDIR)\errors.obj" \\r
@@ -247,7 +248,6 @@ LINK32_OBJS= \
        "$(INTDIR)\listobject.obj" \\r
        "$(INTDIR)\longobject.obj" \\r
        "$(INTDIR)\main.obj" \\r
-       "$(INTDIR)\mappingobject.obj" \\r
        "$(INTDIR)\marshal.obj" \\r
        "$(INTDIR)\mathmodule.obj" \\r
        "$(INTDIR)\md5c.obj" \\r
@@ -497,6 +497,7 @@ CLEAN :
        -@erase "$(INTDIR)\config.obj"\r
        -@erase "$(INTDIR)\cPickle.obj"\r
        -@erase "$(INTDIR)\cStringIO.obj"\r
+       -@erase "$(INTDIR)\dictobject.obj"\r
        -@erase "$(INTDIR)\dl_nt.obj"\r
        -@erase "$(INTDIR)\errnomodule.obj"\r
        -@erase "$(INTDIR)\errors.obj"\r
@@ -524,7 +525,6 @@ CLEAN :
        -@erase "$(INTDIR)\listobject.obj"\r
        -@erase "$(INTDIR)\longobject.obj"\r
        -@erase "$(INTDIR)\main.obj"\r
-       -@erase "$(INTDIR)\mappingobject.obj"\r
        -@erase "$(INTDIR)\marshal.obj"\r
        -@erase "$(INTDIR)\mathmodule.obj"\r
        -@erase "$(INTDIR)\md5c.obj"\r
@@ -644,6 +644,7 @@ LINK32_OBJS= \
        "$(INTDIR)\config.obj" \\r
        "$(INTDIR)\cPickle.obj" \\r
        "$(INTDIR)\cStringIO.obj" \\r
+       "$(INTDIR)\dictobject.obj" \\r
        "$(INTDIR)\dl_nt.obj" \\r
        "$(INTDIR)\errnomodule.obj" \\r
        "$(INTDIR)\errors.obj" \\r
@@ -671,7 +672,6 @@ LINK32_OBJS= \
        "$(INTDIR)\listobject.obj" \\r
        "$(INTDIR)\longobject.obj" \\r
        "$(INTDIR)\main.obj" \\r
-       "$(INTDIR)\mappingobject.obj" \\r
        "$(INTDIR)\marshal.obj" \\r
        "$(INTDIR)\mathmodule.obj" \\r
        "$(INTDIR)\md5c.obj" \\r
@@ -794,6 +794,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
@@ -803,7 +804,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
@@ -893,6 +893,7 @@ DEP_CPP_LISTO=\
        ".\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
@@ -901,7 +902,6 @@ DEP_CPP_LISTO=\
        ".\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
@@ -990,6 +990,7 @@ DEP_CPP_INTOB=\
        ".\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
@@ -998,7 +999,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
@@ -1095,6 +1095,7 @@ DEP_CPP_IMPOR=\
        ".\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
@@ -1103,7 +1104,6 @@ DEP_CPP_IMPOR=\
        ".\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
@@ -1200,6 +1200,7 @@ DEP_CPP_IMAGE=\
        ".\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
@@ -1208,7 +1209,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
@@ -1336,6 +1336,7 @@ DEP_CPP_GETVE=\
        ".\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
@@ -1344,7 +1345,6 @@ DEP_CPP_GETVE=\
        ".\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
@@ -1433,6 +1433,7 @@ DEP_CPP_GETPL=\
        ".\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
@@ -1441,7 +1442,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
@@ -1544,6 +1544,7 @@ DEP_CPP_GETCO=\
        ".\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
@@ -1552,7 +1553,6 @@ DEP_CPP_GETCO=\
        ".\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
@@ -1640,6 +1640,7 @@ DEP_CPP_GETCOM=\
        ".\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
@@ -1648,7 +1649,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
@@ -1736,6 +1736,7 @@ DEP_CPP_GETAR=\
        ".\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
@@ -1744,7 +1745,6 @@ DEP_CPP_GETAR=\
        ".\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
@@ -1835,6 +1835,7 @@ DEP_CPP_FUNCO=\
        ".\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
@@ -1843,7 +1844,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
@@ -1932,6 +1932,7 @@ DEP_CPP_FROZE=\
        ".\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
@@ -1940,7 +1941,6 @@ DEP_CPP_FROZE=\
        ".\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
@@ -2033,6 +2033,7 @@ DEP_CPP_FRAME=\
        ".\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
@@ -2042,7 +2043,6 @@ DEP_CPP_FRAME=\
        ".\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
@@ -2183,6 +2183,7 @@ DEP_CPP_FILEO=\
        ".\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
@@ -2191,7 +2192,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
@@ -2282,6 +2282,7 @@ DEP_CPP_ERROR=\
        ".\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
@@ -2290,7 +2291,6 @@ DEP_CPP_ERROR=\
        ".\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
@@ -2378,6 +2378,7 @@ DEP_CPP_CONFI=\
        ".\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
@@ -2386,7 +2387,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
@@ -2475,6 +2475,7 @@ DEP_CPP_COMPL=\
        ".\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
@@ -2483,7 +2484,6 @@ DEP_CPP_COMPL=\
        ".\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
@@ -2579,6 +2579,7 @@ DEP_CPP_COMPI=\
        ".\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
@@ -2588,7 +2589,6 @@ DEP_CPP_COMPI=\
        ".\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
@@ -2680,6 +2680,7 @@ DEP_CPP_COBJE=\
        ".\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
@@ -2688,7 +2689,6 @@ DEP_CPP_COBJE=\
        ".\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
@@ -2777,6 +2777,7 @@ DEP_CPP_CMATH=\
        ".\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
@@ -2785,7 +2786,6 @@ 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
@@ -2875,6 +2875,7 @@ DEP_CPP_CLASS=\
        ".\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
@@ -2883,7 +2884,6 @@ DEP_CPP_CLASS=\
        ".\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
@@ -2978,6 +2978,7 @@ DEP_CPP_CEVAL=\
        ".\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
@@ -2988,7 +2989,6 @@ DEP_CPP_CEVAL=\
        ".\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
@@ -3083,6 +3083,7 @@ DEP_CPP_BLTIN=\
        ".\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
@@ -3092,7 +3093,6 @@ DEP_CPP_BLTIN=\
        ".\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
@@ -3182,6 +3182,7 @@ DEP_CPP_BINAS=\
        ".\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
@@ -3190,7 +3191,6 @@ DEP_CPP_BINAS=\
        ".\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
@@ -3279,6 +3279,7 @@ DEP_CPP_AUDIO=\
        ".\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
@@ -3287,7 +3288,6 @@ DEP_CPP_AUDIO=\
        ".\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
@@ -3377,6 +3377,7 @@ DEP_CPP_ARRAY=\
        ".\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
@@ -3385,7 +3386,6 @@ 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
@@ -3496,6 +3496,7 @@ DEP_CPP_ABSTR=\
        ".\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
@@ -3504,7 +3505,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
@@ -3605,6 +3605,7 @@ DEP_CPP_TYPEO=\
        ".\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
@@ -3613,7 +3614,6 @@ DEP_CPP_TYPEO=\
        ".\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
@@ -3701,6 +3701,7 @@ DEP_CPP_TUPLE=\
        ".\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
@@ -3709,7 +3710,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
@@ -3802,6 +3802,7 @@ DEP_CPP_TRACE=\
        ".\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
@@ -3811,7 +3812,6 @@ DEP_CPP_TRACE=\
        ".\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
@@ -3926,6 +3926,7 @@ DEP_CPP_TIMEM=\
        ".\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
@@ -3934,7 +3935,6 @@ DEP_CPP_TIMEM=\
        ".\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
@@ -3973,14 +3973,10 @@ DEP_CPP_TIMEM=\
 # 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
@@ -3988,34 +3984,11 @@ DEP_CPP_THREA=\
        ".\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
@@ -4076,6 +4049,7 @@ DEP_CPP_STRUC=\
        ".\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
@@ -4084,7 +4058,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
@@ -4174,6 +4147,7 @@ DEP_CPP_STRUCT=\
        ".\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
@@ -4182,7 +4156,6 @@ DEP_CPP_STRUCT=\
        ".\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
@@ -4271,6 +4244,7 @@ DEP_CPP_STROP=\
        ".\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
@@ -4279,7 +4253,6 @@ DEP_CPP_STROP=\
        ".\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
@@ -4336,6 +4309,7 @@ DEP_CPP_STRIN=\
        ".\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
@@ -4367,6 +4341,7 @@ DEP_CPP_STRIN=\
        ".\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
@@ -4375,11 +4350,11 @@ DEP_CPP_STRIN=\
        ".\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
@@ -4463,6 +4438,7 @@ DEP_CPP_SOUND=\
        ".\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
@@ -4471,7 +4447,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
@@ -4560,6 +4535,7 @@ DEP_CPP_SIGNA=\
        ".\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
@@ -4568,7 +4544,6 @@ DEP_CPP_SIGNA=\
        ".\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
@@ -4658,6 +4633,7 @@ DEP_CPP_ROTOR=\
        ".\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
@@ -4666,7 +4642,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
@@ -4755,6 +4730,7 @@ DEP_CPP_RGBIM=\
        ".\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
@@ -4763,7 +4739,6 @@ DEP_CPP_RGBIM=\
        ".\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
@@ -4867,6 +4842,7 @@ DEP_CPP_REGEXM=\
        ".\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
@@ -4875,7 +4851,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
@@ -4964,6 +4939,7 @@ DEP_CPP_RANGE=\
        ".\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
@@ -4972,7 +4948,6 @@ DEP_CPP_RANGE=\
        ".\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
@@ -5071,6 +5046,7 @@ DEP_CPP_PYTHO=\
        ".\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
@@ -5082,7 +5058,6 @@ DEP_CPP_PYTHO=\
        ".\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
@@ -5222,6 +5197,7 @@ DEP_CPP_OBJEC=\
        ".\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
@@ -5230,7 +5206,6 @@ DEP_CPP_OBJEC=\
        ".\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
@@ -5338,6 +5313,7 @@ DEP_CPP_NEWMO=\
        ".\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
@@ -5346,7 +5322,6 @@ 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
@@ -5438,6 +5413,7 @@ DEP_CPP_MARSH=\
        ".\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
@@ -5447,7 +5423,6 @@ DEP_CPP_MARSH=\
        ".\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
@@ -5565,6 +5540,7 @@ DEP_CPP_MODUL=\
        ".\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
@@ -5573,7 +5549,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
@@ -5661,6 +5636,7 @@ DEP_CPP_MODSU=\
        ".\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
@@ -5669,7 +5645,6 @@ DEP_CPP_MODSU=\
        ".\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
@@ -5758,6 +5733,7 @@ DEP_CPP_METHO=\
        ".\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
@@ -5766,7 +5742,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
@@ -5856,6 +5831,7 @@ DEP_CPP_MD5MO=\
        ".\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
@@ -5864,7 +5840,6 @@ DEP_CPP_MD5MO=\
        ".\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
@@ -5968,6 +5943,7 @@ DEP_CPP_MATHM=\
        ".\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
@@ -5976,7 +5952,6 @@ 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
@@ -6004,65 +5979,6 @@ DEP_CPP_MATHM=\
    $(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
@@ -6126,6 +6042,7 @@ DEP_CPP_SOCKE=\
        ".\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
@@ -6134,7 +6051,6 @@ 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
@@ -6227,6 +6143,7 @@ DEP_CPP_SELEC=\
        ".\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
@@ -6235,7 +6152,6 @@ DEP_CPP_SELEC=\
        ".\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
@@ -6327,6 +6243,7 @@ DEP_CPP_SYSMO=\
        ".\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
@@ -6335,7 +6252,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
@@ -6436,6 +6352,7 @@ DEP_CPP_IMPORT=\
        ".\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
@@ -6446,7 +6363,6 @@ DEP_CPP_IMPORT=\
        ".\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
@@ -6546,6 +6462,7 @@ DEP_CPP_POSIX=\
        ".\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
@@ -6554,7 +6471,6 @@ 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
@@ -6646,6 +6562,7 @@ DEP_CPP_OPERA=\
        ".\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
@@ -6654,7 +6571,6 @@ DEP_CPP_OPERA=\
        ".\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
@@ -6742,6 +6658,7 @@ DEP_CPP_ERRNO=\
        ".\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
@@ -6750,7 +6667,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
@@ -6838,6 +6754,7 @@ DEP_CPP_SLICE=\
        ".\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
@@ -6846,7 +6763,6 @@ DEP_CPP_SLICE=\
        ".\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
@@ -6934,6 +6850,7 @@ DEP_CPP_MAIN_=\
        ".\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
@@ -6942,7 +6859,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
@@ -7042,6 +6958,7 @@ DEP_CPP_IMPORT_=\
        ".\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
@@ -7050,7 +6967,6 @@ DEP_CPP_IMPORT_=\
        ".\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
@@ -7141,6 +7057,7 @@ DEP_CPP_GETPA=\
        ".\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
@@ -7149,7 +7066,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
@@ -7238,6 +7154,7 @@ DEP_CPP_DL_NT=\
        ".\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
@@ -7246,7 +7163,6 @@ DEP_CPP_DL_NT=\
        ".\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
@@ -7347,6 +7263,7 @@ DEP_CPP_THREAD=\
        ".\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
@@ -7355,7 +7272,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
@@ -7417,8 +7333,11 @@ SOURCE=.\PC\python_nt.rc
 # Begin Source File\r
 \r
 SOURCE=.\Modules\getbuildinfo.c\r
+DEP_CPP_GETBU=\\r
+       ".\PC\config.h"\\r
+       \r
 \r
-"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) "$(INTDIR)"\r
+"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) $(DEP_CPP_GETBU) "$(INTDIR)"\r
    $(CPP) $(CPP_PROJ) $(SOURCE)\r
 \r
 \r
@@ -7481,6 +7400,7 @@ DEP_CPP_PYSTA=\
        ".\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
@@ -7489,7 +7409,6 @@ DEP_CPP_PYSTA=\
        ".\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
@@ -7579,6 +7498,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
@@ -7587,7 +7507,6 @@ 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
@@ -7678,6 +7597,7 @@ DEP_CPP_CPICK=\
        ".\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
@@ -7686,7 +7606,6 @@ DEP_CPP_CPICK=\
        ".\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
@@ -7716,6 +7635,53 @@ DEP_CPP_CPICK=\
 \r
 !ENDIF \r
 \r
+# End Source File\r
+################################################################################\r
+# Begin Source File\r
+\r
+SOURCE=.\Objects\dictobject.c\r
+DEP_CPP_DICTO=\\r
+       ".\Include\abstract.h"\\r
+       ".\Include\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)\dictobject.obj" : $(SOURCE) $(DEP_CPP_DICTO) "$(INTDIR)"\r
+   $(CPP) $(CPP_PROJ) $(SOURCE)\r
+\r
+\r
 # End Source File\r
 # End Target\r
 ################################################################################\r
@@ -7767,6 +7733,8 @@ DEP_CPP__TKIN=\
        ".\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
@@ -7782,11 +7750,6 @@ DEP_CPP__TKIN=\
        ".\Include\traceback.h"\\r
        ".\Include\tupleobject.h"\\r
        ".\PC\config.h"\\r
-       "C:\TCL80A2\include\tcl.h"\\r
-       "C:\TCL80A2\include\tk.h"\\r
-       "C:\TCL80A2\include\X11\X.h"\\r
-       "C:\TCL80A2\include\X11\Xfuncproto.h"\\r
-       "C:\TCL80A2\include\X11\Xlib.h"\\r
        \r
 \r
 "$(INTDIR)\_tkinter.obj" : $(SOURCE) $(DEP_CPP__TKIN) "$(INTDIR)"\r