New submission from Christian Heimes:

bytes_methods.c isn't in PCbuild/pythoncore.vcproj

----------
components: Windows
files: py3k_pcbuild_bytes.patch
messages: 56632
nosy: tiran
severity: normal
status: open
title: windows build fix
type: compile error
versions: Python 3.0
Added file: http://bugs.python.org/file8588/py3k_pcbuild_bytes.patch

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1309>
__________________________________
Index: PCbuild/pythoncore.vcproj
===================================================================
--- PCbuild/pythoncore.vcproj	(Revision 58587)
+++ PCbuild/pythoncore.vcproj	(Arbeitskopie)
@@ -440,8 +440,11 @@
 			RelativePath="..\Objects\boolobject.c">
 		</File>
 		<File
-			RelativePath="..\Objects\bytesobject.c">
+			RelativePath="..\Objects\bytes_methods.c">
 		</File>
+                <File
+                        RelativePath="..\Objects\bytesobject.c">
+                </File>
 		<File
 			RelativePath="..\Objects\cellobject.c">
 		</File>
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to