Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-16 Thread Joe Smith
"Christian Heimes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Today an user named weck has submitted three patches for VS 2005 support > [0]. In one of the replies Martin said that he likes to use the upcoming > VS2008 as new default compiler. > > I've downloaded the Beta 2 of

Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-16 Thread Christian Heimes
Martin v. Löwis wrote: > If you have time and energy, you can try to eliminate duplicate and > unnecessary settings, using VS defaults wherever possible. For > optimization, it's probably still useful to copy over some of the > PCbuild8 settings (although I'm not sure what the precise constraints >

Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-16 Thread Martin v. Löwis
> I'll see if I can take some spare time and port the PCbuild directory to > VS 2008. Do you have any additional suggestions or wishes? If you have time and energy, you can try to eliminate duplicate and unnecessary settings, using VS defaults wherever possible. For optimization, it's probably sti

Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-16 Thread Christian Heimes
Martin v. Löwis wrote: > Please no. I would much prefer if PCbuild9 was based on PCbuild, not > PCbuild8. In particular, there shouldn't be subdirectories for the > individual projects, and the output files should land directly in > PCbuild9. K! I'll see if I can take some spare time and port the

Re: [Python-3000] Compiling Python 3.0 with VS 2008 Beta2

2007-11-16 Thread Martin v. Löwis
> Should I check in my PCbuild9 directory? It's based on PCbuild8. Please no. I would much prefer if PCbuild9 was based on PCbuild, not PCbuild8. In particular, there shouldn't be subdirectories for the individual projects, and the output files should land directly in PCbuild9. Regards, Martin __