summaryrefslogtreecommitdiffstats
path: root/PCbuild8
Commit message (Collapse)AuthorAgeFilesLines
* Add .hgeol file and fix newlines in the 2.5 branch.Georg Brandl2011-03-055-484/+484
|
* Patch #1105: Explain that one needs to build the solutionMartin v. Löwis2007-09-051-0/+7
| | | | to get dependencies right.
* Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up ↵Kristján Valur Jónsson2007-05-058-18/+464
| | | | to date.
* Additional changes to the property sheets in PCBuild8. Visual Studio ↵Kristján Valur Jónsson2007-05-023-2/+3
| | | | doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions.
* Merging of change 55024 from the truk to release25-maint branch.Kristján Valur Jónsson2007-05-0260-13679/+13561
| | | | Complete revamp of PCBuild8 directory. Use subdirectories for each project under the main pcbuild solution. Now make extensive use of property sheets to simplify project configuration. x64 build fully supported, and the process for building PGO version (Profiler Guided Optimization) simplified. All projects are now present, except _ssl, which needs to be reimplemented. Also, some of the projects that require external libraries need extra work to fully compile on x64.
* update to (c) years to include 2007Anthony Baxter2007-01-061-2/+2
|
* Backport the .sln and .vcproj files for PCBuild8 from the python trunk to ↵Kristján Valur Jónsson2006-10-0716-734/+1779
| | | | the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization.
* Fixup the PCBuild8 project directory. exceptions.c have moved to Objects, ↵Kristján Valur Jónsson2006-05-316-334/+30
| | | | and the functionalmodule.c has been replaced with _functoolsmodule.c. Other minor changes to .vcproj files and .sln to fix compilation
* Added missing svn:eol-style property to text files.Tim Peters2006-05-2830-10308/+10308
|
* Add a PCBuild8 build directory for building with Visual Studio .NET 2005. ↵Kristján Valur Jónsson2006-05-2738-0/+14409
Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py