mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Complete move of windows builds to 2.4alpha
This commit is contained in:
parent
3576f0a6a4
commit
67e5582dfc
3 changed files with 10 additions and 10 deletions
|
@ -218,9 +218,9 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
|
|||
their Makefile (other compilers are generally
|
||||
taken care of by distutils.) */
|
||||
# ifdef _DEBUG
|
||||
# pragma comment(lib,"python23_d.lib")
|
||||
# pragma comment(lib,"python24_d.lib")
|
||||
# else
|
||||
# pragma comment(lib,"python23.lib")
|
||||
# pragma comment(lib,"python24.lib")
|
||||
# endif /* _DEBUG */
|
||||
# endif /* _MSC_VER */
|
||||
# endif /* Py_BUILD_CORE */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue