]> granicus.if.org Git - python/commitdiff
Added code to compile new _bytesio on Windows
authorChristian Heimes <christian@cheimes.de>
Wed, 7 May 2008 00:00:23 +0000 (00:00 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 7 May 2008 00:00:23 +0000 (00:00 +0000)
PC/VS8.0/pythoncore.vcproj
PC/config.c
PCbuild/pythoncore.vcproj

index 6bc471557cc5ae5351ab7b05dd6deb3501b58001..4ff3028535fefc93bc3a1534336eeee057c9b489 100644 (file)
                                RelativePath="..\..\Modules\_fileio.c"\r
                                >\r
                        </File>\r
+                        <File^M
+                                RelativePath="..\..\Modules\_bytesio.c"^M
+                                >^M
+                        </File>^M
                        <File\r
                                RelativePath="..\..\Modules\_functoolsmodule.c"\r
                                >\r
index 7047ffc3019d5146c061ab2608aa8ed440ed754d..f3e2eaa855e5aaf67a9f4b4c80d40130f33f6a8a 100644 (file)
@@ -59,6 +59,7 @@ extern void init_subprocess(void);
 extern void init_lsprof(void);
 extern void init_ast(void);
 extern void init_fileio(void);
+extern void init_bytesio(void);
 extern void initatexit(void);
 extern void _PyWarnings_Init(void);
 
@@ -148,6 +149,7 @@ struct _inittab _PyImport_Inittab[] = {
         {"_warnings", _PyWarnings_Init},
 
         {"_fileio", init_fileio},
+        {"_bytesio", init_bytesio},
         {"atexit", initatexit},
 
         /* Sentinel */
index c93bc71dac0c61d1df2347373280dda3310ba3b3..a67660029beec9b48722911a7be27e34dc707c9a 100644 (file)
                                RelativePath="..\Modules\_fileio.c"
                                >
                        </File>
+                        <File
+                                RelativePath="..\Modules\_bytesio.c"
+                                >
+                        </File>
                        <File
                                RelativePath="..\Modules\_functoolsmodule.c"
                                >