Martin v. Löwis
7303f7055e
Patch #1105 : Explain that one needs to build the solution
...
to get dependencies right.
2007-09-05 06:39:02 +00:00
Kristján Valur Jónsson
b4c0bea528
Merging changes 55092, 55101,55120 from trunk, making PCBuild8 solution up to date.
2007-05-05 08:32:03 +00:00
Kristján Valur Jónsson
e5ebbecae3
Additional changes to the property sheets in PCBuild8. Visual Studio doesn's save those when it builds, unlike the .vcproj files, so I chekced in out-of-date versions.
2007-05-02 16:08:51 +00:00
Kristján Valur Jónsson
55d53f0367
Merging of change 55024 from the truk to release25-maint branch.
...
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.
2007-05-02 15:55:14 +00:00
Anthony Baxter
a7118d3a4a
update to (c) years to include 2007
2007-01-06 04:50:44 +00:00
Kristján Valur Jónsson
2c8851e614
Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the 2.5 maintainance branch. This fixes build problems with visual studio 2005, and cleans up profile guided optimization.
2006-10-07 14:56:30 +00:00
Kristján Valur Jónsson
bc09e1086e
Fixup the PCBuild8 project directory. exceptions.c have moved to Objects, and the functionalmodule.c has been replaced with _functoolsmodule.c. Other minor changes to .vcproj files and .sln to fix compilation
2006-05-31 13:35:41 +00:00
Tim Peters
a37722cc42
Added missing svn:eol-style property to text files.
2006-05-28 01:52:38 +00:00
Kristján Valur Jónsson
2b38e40a5a
Add a PCBuild8 build directory for building with Visual Studio .NET 2005. Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py
2006-05-27 15:41:31 +00:00