Complete move of windows builds to 2.4alpha

This commit is contained in:
Mark Hammond 2003-07-31 02:06:22 +00:00
parent 3576f0a6a4
commit 67e5582dfc
3 changed files with 10 additions and 10 deletions

View file

@ -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 */