summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Expand)AuthorAgeFilesLines
* Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.Thomas Heller2006-08-041-2/+2
* Enable the building of the _types module on Windows.Barry Warsaw2006-07-271-6/+9
* Fix Debug build of _ssl.Martin v. Löwis2006-07-143-10/+15
* Add debug output to analyse buildbot failure.Martin v. Löwis2006-07-141-0/+1
* Extend build_ssl to Win64, using VSExtComp.Martin v. Löwis2006-07-144-45/+76
* Patch #1509163: MS Toolkit Compiler no longer availableMartin v. Löwis2006-06-291-1/+10
* Apply modified version of Collin Winter's patch #1478788Nick Coghlan2006-05-291-4/+1
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
* Get the Windows build working again (recover fromTim Peters2006-05-231-3/+3
* Patch 1490384: New Icons for the PC build.Martin v. Löwis2006-05-221-0/+0
* Use GS- and bufferoverlowU.lib where appropriate, for AMD64.Martin v. Löwis2006-04-2610-11/+11
* Updated the sqlite3 module to the external pysqlite 2.2.2 version.Gerhard Häring2006-04-231-6/+0
* Upgrade to vsextcomp 0.8 (and thus the SDK for W2k3SP1)Martin v. Löwis2006-04-2118-37/+37
* Fix typo.Thomas Heller2006-04-151-1/+1
* Patch #1470875: Building Python with MS Free Compiler.Martin v. Löwis2006-04-153-0/+168
* Allocate the 0x1D1A0000 base adress for the _ctypes extension module.Thomas Heller2006-04-131-2/+8
* Define WIN32, to get proper struct alignment in WinSock2.h.Martin v. Löwis2006-04-081-2/+2
* upgrade to final version of pysqlite 2.2.0Anthony Baxter2006-04-051-4/+4
* Adjust sqlite3 build process to Win64.Martin v. Löwis2006-04-041-2/+2
* update to correct version of pysqliteAnthony Baxter2006-04-041-4/+4
* Fix Debug, Itanium, AMD64 configurationsMartin v. Löwis2006-04-041-3/+6
* Add sqlite3 to the Windows build process.Martin v. Löwis2006-04-043-0/+308
* Looks like someone renamed (or something) md5c.c to md5.c.Tim Peters2006-04-031-1/+1
* Patch #1462700: Make _ctypes_test depend on _ctypes.Martin v. Löwis2006-04-032-1/+2
* Allow supression of subwcrev.exe invocation on a per-working-copy basis.Martin v. Löwis2006-03-271-0/+3
* Update to Tk 8.4.12 and Tix 8.4.0Martin v. Löwis2006-03-211-22/+13
* Update to OpenSSL 0.9.8aMartin v. Löwis2006-03-212-12/+4
* Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.Neal Norwitz2006-03-161-6/+0
* For x86 Release and Debug builds, remove the /Wp64 compiler flag, itThomas Heller2006-03-141-2/+2
* It's necessary to do a Debug build of the bsddb project too.Tim Peters2006-03-131-2/+6
* Minor changes.Tim Peters2006-03-131-5/+4
* Trimmed trailing whitespace.Tim Peters2006-03-131-2/+2
* Fix build process of bsddb for IA64 and AMD64.Martin v. Löwis2006-03-132-6/+11
* Update to bsddb 4.4.20.Martin v. Löwis2006-03-132-46/+34
* Update to bzip2 1.0.3Martin v. Löwis2006-03-132-19/+17
* Move buildbot scripts to Tools/buildbot.Martin v. Löwis2006-03-123-9/+0
* Added brief comment.Tim Peters2006-03-121-2/+1
* Added brief comments.Tim Peters2006-03-122-2/+2
* Add buildbot test script.Martin v. Löwis2006-03-111-0/+4
* Give the _ssl project a harmless command to performTim Peters2006-03-111-0/+3
* Add AMD64 and Itanium configurationgs to ctypes;Martin v. Löwis2006-03-103-8/+233
* Deleted the svn_mime-type application/octet-stream from PCBuild/pcbuild.sln.Thomas Heller2006-03-092-398/+398
* Added VC project files to build _ctypes.pyd and _ctypes_test.pyd on Windows.Thomas Heller2006-03-093-0/+307
* Taught svneol to look at .c and .h files too, andTim Peters2006-03-091-88/+88
* Use devenv.com to better obtain output.Martin v. Löwis2006-03-052-6/+2
* Add buildbot support scripts.Martin v. Löwis2006-03-052-0/+10
* Import bdist_msiMartin v. Löwis2006-03-052-0/+265
* Drop vsextcomp_verboseMartin v. Löwis2006-02-161-1/+1
* Add _lsprof.Martin v. Löwis2006-02-141-0/+6
* Add build support for AMD64.Martin v. Löwis2006-02-1417-6/+878