diff --git a/Modules/socketmodule.c b/Modules/socketmodule.c index 13354d022ca..e9568315d4f 100644 --- a/Modules/socketmodule.c +++ b/Modules/socketmodule.c @@ -5230,8 +5230,12 @@ init_socket(void) PyModule_AddIntConstant(m, "RCVALL_OFF", RCVALL_OFF); PyModule_AddIntConstant(m, "RCVALL_ON", RCVALL_ON); PyModule_AddIntConstant(m, "RCVALL_SOCKETLEVELONLY", RCVALL_SOCKETLEVELONLY); +#ifdef RCVALL_IPLEVEL PyModule_AddIntConstant(m, "RCVALL_IPLEVEL", RCVALL_IPLEVEL); +#endif +#ifdef RCVALL_MAX PyModule_AddIntConstant(m, "RCVALL_MAX", RCVALL_MAX); +#endif #endif /* _MSTCPIP_ */ /* Initialize gethostbyname lock */ diff --git a/PC/VC6/pythoncore.dsp b/PC/VC6/pythoncore.dsp index 0f4f9d2a52f..7c929ef7d77 100644 --- a/PC/VC6/pythoncore.dsp +++ b/PC/VC6/pythoncore.dsp @@ -133,6 +133,10 @@ SOURCE=..\..\Modules\_csv.c # End Source File # Begin Source File +SOURCE=..\..\Modules\_fileio.c +# End Source File +# Begin Source File + SOURCE=..\..\Modules\_functoolsmodule.c # End Source File # Begin Source File @@ -229,6 +233,14 @@ SOURCE=..\..\Objects\bufferobject.c # End Source File # Begin Source File +SOURCE=..\..\Objects\bytesobject.c +# End Source File +# Begin Source File + +SOURCE=..\..\Objects\bytes_methods.c +# End Source File +# Begin Source File + SOURCE=..\..\Objects\cellobject.c # End Source File # Begin Source File @@ -357,6 +369,10 @@ SOURCE=..\..\Python\future.c # End Source File # Begin Source File +SOURCE=..\..\Modules\future_builtins.c +# End Source File +# Begin Source File + SOURCE=..\..\Modules\gcmodule.c # End Source File # Begin Source File diff --git a/PC/VS7.1/_elementtree.vcproj b/PC/VS7.1/_elementtree.vcproj index 63301d7f1c3..ede703e0b80 100644 --- a/PC/VS7.1/_elementtree.vcproj +++ b/PC/VS7.1/_elementtree.vcproj @@ -33,7 +33,6 @@ Name="VCCustomBuildTool"/> + + @@ -436,6 +439,12 @@ + + + + @@ -532,6 +541,9 @@ + + @@ -707,8 +719,7 @@ RelativePath="..\..\Python\pystate.c"> + RelativePath="..\..\Python\pystrcmp.c"> diff --git a/PC/VS8.0/_elementtree.vcproj b/PC/VS8.0/_elementtree.vcproj index 32fac0c7547..457da72f04d 100644 --- a/PC/VS8.0/_elementtree.vcproj +++ b/PC/VS8.0/_elementtree.vcproj @@ -56,7 +56,6 @@ /> @@ -437,7 +431,6 @@ /> diff --git a/PC/VS8.0/make_versioninfo.vcproj b/PC/VS8.0/make_versioninfo.vcproj index b097162f790..9dbf10d95a3 100644 --- a/PC/VS8.0/make_versioninfo.vcproj +++ b/PC/VS8.0/make_versioninfo.vcproj @@ -67,7 +67,6 @@ /> + + + + @@ -978,6 +986,10 @@ RelativePath="..\..\Modules\_csv.c" > + + @@ -1050,6 +1062,10 @@ RelativePath="..\..\Modules\errnomodule.c" > + + @@ -1342,6 +1358,14 @@ RelativePath="..\..\Objects\bufferobject.c" > + + + + @@ -1627,11 +1651,11 @@ >