Amaury Forgeot d'Arc
|
6fd3321d6c
|
Update VS8.0 build files, using the script vs9to8.py.
Also remove references to odbc libraries, which are not shipped with vs2003 express.
(and certainly not useful)
|
2008-06-12 21:58:20 +00:00 |
Trent Nelson
|
3ce76756d3
|
Issue 2286: bump up the stack size of the 64-bit debug python_d.exe to 2100000. The default value of 200000 causes a stack overflow at 1965 iterations of r_object() in marshal.c, 35 iterations before the 2000 limit enforced by MAX_MARSHAL_STACK_DEPTH.
|
2008-03-18 07:02:12 +00:00 |
Christian Heimes
|
3adfe9aaae
|
Renamed PCBuild9 directory to PCBuild
|
2007-12-31 15:18:55 +00:00 |
Christian Heimes
|
915d5d96d8
|
Moved PCbuild directory to PC/VS7.1
|
2007-12-31 14:51:18 +00:00 |
Martin v. Löwis
|
cc0eba9d98
|
Merge 53501 and 53502 from 25 branch:
Add /GS- for AMD64 and Itanium builds where missing.
|
2007-01-20 14:05:39 +00:00 |
Martin v. Löwis
|
07b3508e24
|
Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)
|
2006-04-21 13:48:26 +00:00 |
Martin v. Löwis
|
856bf9a4e9
|
Add build support for AMD64.
|
2006-02-14 20:42:55 +00:00 |
Martin v. Löwis
|
532bc0375f
|
Patch #1307806: Use project defaults where possible
|
2006-01-03 07:38:51 +00:00 |
Tim Peters
|
79b52b7261
|
Boosted the stack reservation for python.exe and python_w.exe from the
default 1MB to 2 million bytes. The test suite passes with -uall again
(test_compiler no longer drives WinXP into an insane state).
|
2004-08-12 18:37:10 +00:00 |
Martin v. Löwis
|
9ecf326714
|
Patch #1006916: Remove ODBC library references.
|
2004-08-12 14:07:49 +00:00 |
Martin v. Löwis
|
13e50fe453
|
Add Itanium targets.
|
2004-07-20 14:37:48 +00:00 |
Martin v. Löwis
|
79ef96d68d
|
Update build procedure to VC 7.1.
|
2004-01-02 21:13:59 +00:00 |