]> granicus.if.org Git - python/commitdiff
Python's .lib is now named Python20.lib
authorMark Hammond <mhammond@skippinet.com.au>
Fri, 30 Jun 2000 15:47:02 +0000 (15:47 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Fri, 30 Jun 2000 15:47:02 +0000 (15:47 +0000)
PC/config.h

index 43bb35f137b7fdc7aedd18faa1282d4db69909d5..16f82e138b106dc54e5e02deeb29dd362b4e0c7a 100644 (file)
@@ -288,9 +288,9 @@ typedef long intptr_t;
 #ifndef USE_DL_EXPORT
 /* So nobody needs to specify the .lib in their Makefile any more */
 #ifdef _DEBUG
-#pragma comment(lib,"python16_d.lib")
+#pragma comment(lib,"python20_d.lib")
 #else
-#pragma comment(lib,"python16.lib")
+#pragma comment(lib,"python20.lib")
 #endif
 #endif /* USE_DL_EXPORT */