Christian Heimes
9f6d4ceb43
Although pyconfig.h claims that WIN32 is obsolete it is still required for the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro.
2007-12-01 01:03:20 +00:00
Christian Heimes
3971f6b8fb
Removed or replaced some more deprecated preprocessor macros.
...
Moved the _DEBUG and NDEBUG macros to two new property files.
Fixed #1527 Problem with static libs on Windows
Updated README.txt
2007-11-30 19:18:08 +00:00
Amaury Forgeot d'Arc
59c1b41f54
vc2008: Move python.vcproj first in the solution file, so that
...
it becomes the default startup project when opening the file
for the first time.
2007-11-29 20:24:36 +00:00
Christian Heimes
8b01140d2c
Backport of changes to PCbuild9 from the py3k branch
2007-11-27 21:28:40 +00:00
Christian Heimes
3e9ac99fe7
Backport of fixes from py3k branch
...
svn merge -r59131:HEAD ../../py3k/PCbuild9/ .
2007-11-24 01:53:59 +00:00
Christian Heimes
2336111aef
Backport of PCbuild9 fixes from py3k r59130
2007-11-23 07:05:03 +00:00
Christian Heimes
e8954f8ce7
Backport of the PCbuild9 directory from the py3k branch.
...
I've finished the last task for the PCbuild9 directory today. I don't think there is much left to do. Now you can all play around with the shiny new VS 2008 and try the PGO builds. I was able to get a speed improvement of about 10% on py3k.
Have fun! :)
2007-11-22 11:21:16 +00:00