Author: brett.cannon
Date: Sun May 20 21:06:18 2007
New Revision: 55472

Modified:
   python/branches/p3yk/PC/config.c
   python/branches/p3yk/PCbuild/pythoncore.vcproj
Log:
Remove imageop from the Windows build process.


Modified: python/branches/p3yk/PC/config.c
==============================================================================
--- python/branches/p3yk/PC/config.c    (original)
+++ python/branches/p3yk/PC/config.c    Sun May 20 21:06:18 2007
@@ -13,9 +13,6 @@
 extern void initcmath(void);
 extern void initerrno(void);
 extern void initgc(void);
-#ifndef MS_WINI64
-extern void initimageop(void);
-#endif
 extern void initmath(void);
 extern void init_md5(void);
 extern void initnt(void);
@@ -89,9 +86,6 @@
         {"cmath", initcmath},
         {"errno", initerrno},
         {"gc", initgc},
-#ifndef MS_WINI64
-        {"imageop", initimageop},
-#endif
         {"math", initmath},
         {"_md5", init_md5},
         {"nt", initnt}, /* Use the NT os functions, not posix */

Modified: python/branches/p3yk/PCbuild/pythoncore.vcproj
==============================================================================
--- python/branches/p3yk/PCbuild/pythoncore.vcproj      (original)
+++ python/branches/p3yk/PCbuild/pythoncore.vcproj      Sun May 20 21:06:18 2007
@@ -566,9 +566,6 @@
                        RelativePath="..\Parser\grammar1.c">
                </File>
                <File
-                       RelativePath="..\Modules\imageop.c">
-               </File>
-               <File
                        RelativePath="..\Python\import.c">
                </File>
                <File
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to