summaryrefslogtreecommitdiffstats
path: root/PCbuild8/rt.bat
Commit message (Collapse)AuthorAgeFilesLines
* Complete revamp of PCBuild8 directory. Use subdirectories for each project ↵Kristján Valur Jónsson2007-04-301-2/+9
| | | | 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.
* Add a PCBuild8 build directory for building with Visual Studio .NET 2005. ↵Kristján Valur Jónsson2006-05-271-0/+52
Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py