summaryrefslogtreecommitdiffstats
path: root/PCbuild
Commit message (Collapse)AuthorAgeFilesLines
* Issue #19130: mention historic VS 2008 build dir, tooChristian Heimes2013-09-291-0/+2
|
* Issue #19130: Correct PCbuild/readme.txt, Python 3.3 and 3.4 require VS 2010Christian Heimes2013-09-291-4/+4
|
* #18803: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-251-1/+1
|
* #18466: fix more typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
|
* Issue #15172: Document NASM 2.10+ as requirement for building OpenSSL 1.0.1 ↵Christian Heimes2013-06-141-2/+5
| | | | on Windows
* Closes #17962: Build with OpenSSL 1.0.1e on Windows.v3.3.2Georg Brandl2013-05-122-2/+2
|
* Issue #17425: Build with openssl 1.0.1d on Windows.Martin v. Löwis2013-03-242-2/+2
|
* Issue #16295: Link "select" with ws2_32.lib, the winsock2 stub library.Kristjan Valur Jonsson2012-10-221-8/+8
|
* Output lib files for PGO build into PGO directory.Martin v. Löwis2012-08-241-0/+1
|
* Drop PC\python_nt.h as it's not used.Martin v. Löwis2012-08-241-6/+7
| | | | Add input dependency on custom build step.
* Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.Martin v. Löwis2012-08-241-4/+0
|
* Add missing PGI/PGO configurations for pywlauncher.Martin v. Löwis2012-08-242-1/+46
|
* Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-013-12/+12
| | | | Patch by Stefan Krah.
* Issue #15431: Drop _freeze_importlib from all build configurations,Martin v. Löwis2012-07-281-6/+0
| | | | to prevent constant regeneration of importlib.h.
* Issue #15431: Add _freeze_importlib project to regenerate importlib.h on ↵Martin v. Löwis2012-07-283-0/+231
| | | | | | Windows. Patch by Kristján Valur Jónsson.
* Create PGInstrument/PGUpdate configurations for py.exe and pyw.exeMartin v. Löwis2012-06-263-24/+203
|
* Issue #15102: Fix paths of python executables.Stefan Krah2012-06-242-12/+12
|
* Issue #15102: find python.exe in OutDir, not SolutionDir.Martin v. Löwis2012-06-231-1/+1
|
* Issue #15102: Use HOST_PYTHON only if it is set.Martin v. Löwis2012-06-231-2/+2
|
* Issue #15143: Define _DEBUG when compiling resources.Martin v. Löwis2012-06-221-0/+3
|
* Remove associator project - it's not neededBrian Curtin2012-06-213-118/+0
|
* Build and bundle the 32-bit launcher in all configurations.Martin v. Löwis2012-06-211-8/+8
|
* Add version resource.Martin v. Löwis2012-06-211-0/+5
|
* Add associatorBrian Curtin2012-06-213-0/+130
|
* Add pywlauncher projectBrian Curtin2012-06-202-0/+192
|
* Add the pyw launcherBrian Curtin2012-06-201-0/+16
|
* Get 64-bit buildingBrian Curtin2012-06-202-3/+73
|
* Support 32-bit release building:Brian Curtin2012-06-201-1/+10
|
* Initial changes to get the py launcher buildingBrian Curtin2012-06-203-0/+129
|
* Issue #15038: Optimize python Locks on WindowsKristján Valur Jónsson2012-06-182-1/+11
| | | | | Extract cross-platform condition variable support into a separate file and provide user-mode non-recursive locks for Windows.
* Add namespaceobject.h and namespaceobject.c to pythoncore.vcxprojRichard Oudkerk2012-06-041-1/+3
|
* Update to Tcl/Tk 8.5.11.Martin v. Löwis2012-05-311-3/+3
|
* Issue #14952: Fix incorrect output dll names for win64/debug builds, causingKristjan Valur Jonsson2012-05-311-4/+0
| | | | the dll importer on windows to fail.
* Update build.bat for VS2010Brian Curtin2012-05-221-3/+4
|
* Issue 14821:Kristján Valur Jónsson2012-05-201-12/+0
| | | | | | | If a dependency is expressed both in the .sln file and the .vcxproj file msbuild is confused. Removing the .sln dependencies which are deprecated anyway. See: http://blogs.msdn.com/b/visualstudio/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx
* Remove missing files from the PCbuild pythoncore project. This avoids aKristján Valur Jónsson2012-05-192-16/+0
| | | | "missing dependency", causing pythocore to be rebuilt every time.
* Clean up the PCBuild project files, removing redundant settings andKristján Valur Jónsson2012-05-1938-260/+159
| | | | | use "references" to link to dependent projects. Update readme and batch files.
* Upgrade OpenSSL to 1.0.1cMartin v. Löwis2012-05-182-2/+2
|
* Assume nasm.Martin v. Löwis2012-05-181-2/+2
|
* merge 3.2Martin v. Löwis2012-05-183-3/+3
|\
| * Drop double quoting again. I'm at a loss when to quote and when not.Martin v. Löwis2012-05-181-1/+1
| |
| * Upgrade OpenSSL to 1.0.0jMartin v. Löwis2012-05-182-2/+2
| |
* | merge headsMartin v. Löwis2012-05-181-33/+9
|\ \
| * | Port to VS 2010.Martin v. Löwis2012-05-181-2/+2
| | |
| * | Merge 3.2 build_ssl changes.Martin v. Löwis2012-05-181-33/+9
| |\ \ | | |/
| | * Add another set of quotes to make cmd.exe happy.Martin v. Löwis2012-05-181-1/+1
| | |
| | * Fetch openssl directory from pyproject.vsprops.Martin v. Löwis2012-05-181-32/+8
| | |
| | * Upgrade bzip2 to 1.0.6.Martin v. Löwis2012-05-143-8/+8
| | |
* | | Stop including gzio in the build; it's not used.Martin v. Löwis2012-05-152-9/+0
| | |
* | | Don't build xxlimited in debug mode.Martin v. Löwis2012-05-141-2/+0
|/ /