summaryrefslogtreecommitdiffstats
path: root/PCbuild8/winsound.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Complete revamp of PCBuild8 directory. Use subdirectories for each project ↵Kristján Valur Jónsson2007-04-301-375/+0
| | | | 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 the PCBuild8 solution.Kristján Valur Jónsson2006-09-051-44/+44
| | | | | | | | Facilitate cross-compilation by having binaries in separate Win32 and x64 directories. Rationalized configs by making proper use of platforms/configurations. Remove pythoncore_pgo project. Add new PGIRelease and PGORelease configurations to perform Profile Guided Optimisation. Removed I64 support, but this can be easily added by copying the x64 platform settings.
* Added missing svn:eol-style property to text files.Tim Peters2006-05-281-375/+375
|
* Add a PCBuild8 build directory for building with Visual Studio .NET 2005. ↵Kristján Valur Jónsson2006-05-271-0/+375
Contains a special project to perform profile guided optimizations on the pythoncore.dll, by instrumenting and running pybench.py