[Python-checkins] CVS: python/dist/src/PC config.h,1.31,1.32
Guido van Rossum
python-dev@python.org
2000年3月28日 20:48:31 -0500 (EST)
Update of /projects/cvsroot/python/dist/src/PC
In directory eric:/home/guido/hp/mal/py-patched/PC
Modified Files:
config.h
Log Message:
Change the pragmas to use python16.lib instead of python15.lib. (Took
me half an hour to find why it was still linking with python15.dll!)
Index: config.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/PC/config.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** config.h 2000年01月20日 22:32:55 1.31
--- config.h 2000年03月29日 01:48:29 1.32
***************
*** 216,222 ****
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
! #pragma comment(lib,"python15_d.lib")
#else
! #pragma comment(lib,"python15.lib")
#endif
#endif /* USE_DL_EXPORT */
--- 216,222 ----
/* So nobody needs to specify the .lib in their Makefile any more */
#ifdef _DEBUG
! #pragma comment(lib,"python16_d.lib")
#else
! #pragma comment(lib,"python16.lib")
#endif
#endif /* USE_DL_EXPORT */