[Python-checkins] python/dist/src/PC pyconfig.h,1.31,1.32

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Dec 1 20:39:55 CET 2004


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8019

Modified Files:
	pyconfig.h 
Log Message:
Update import library name on windows.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- pyconfig.h	15 Oct 2004 04:26:18 -0000	1.31
+++ pyconfig.h	1 Dec 2004 19:39:52 -0000	1.32
@@ -225,9 +225,9 @@
 			their Makefile (other compilers are generally
 			taken care of by distutils.) */
 #			ifdef _DEBUG
-#				pragma comment(lib,"python24_d.lib")
+#				pragma comment(lib,"python25_d.lib")
 #			else
-#				pragma comment(lib,"python24.lib")
+#				pragma comment(lib,"python25.lib")
 #			endif /* _DEBUG */
 #		endif /* _MSC_VER */
 #	endif /* Py_BUILD_CORE */



More information about the Python-checkins mailing list