summaryrefslogtreecommitdiffstats
path: root/PCbuild9
Commit message (Collapse)AuthorAgeFilesLines
* Although pyconfig.h claims that WIN32 is obsolete it is still required for ↵Christian Heimes2007-12-011-8/+8
| | | | the locale module. locale.getdefaultlocale() fails silently w/o the WIN32 macro.
* Removed or replaced some more deprecated preprocessor macros.Christian Heimes2007-11-3012-91/+113
| | | | | | Moved the _DEBUG and NDEBUG macros to two new property files. Fixed #1527 Problem with static libs on Windows Updated README.txt
* vc2008: Move python.vcproj first in the solution file, so thatAmaury Forgeot d'Arc2007-11-291-2/+2
| | | | | it becomes the default startup project when opening the file for the first time.
* Backport of changes to PCbuild9 from the py3k branchChristian Heimes2007-11-276-230/+166
|
* Backport of fixes from py3k branchChristian Heimes2007-11-242-8/+23
| | | | svn merge -r59131:HEAD ../../py3k/PCbuild9/ .
* Backport of PCbuild9 fixes from py3k r59130Christian Heimes2007-11-235-19/+83
|
* Backport of the PCbuild9 directory from the py3k branch.Christian Heimes2007-11-2245-0/+18082
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! :)