[Python-checkins] r59399 - in python/trunk: PC/pyconfig.h PCbuild9/build_tkinter.py PCbuild9/make_buildinfo.c PCbuild9/pyproject.vsprops PCbuild9/readme.txt

"Martin v. Löwis" martin at v.loewis.de
Thu Dec 6 23:08:04 CET 2007


> Are you fine with the changes, Martin?

Looks all fine. However, I just noticed that /USECL: flags are still
in the projects. This is an vsextcomp invention, and has no use for
VS 2008 (and vsextcomp has no use for that environment anymore, either).

So these flags can all be dropped. Also, make_buildinfo.c still tests
for the ReleaseAMD64/ReleaseItanium configurations, which can get
dropped. What's the value of $(ConfigurationName)? Is it still
Debug/Release, or does it include the platform?

Regards,
Martin


More information about the Python-checkins mailing list