summaryrefslogtreecommitdiffstats
path: root/PCbuild9/python.vcproj
Commit message (Collapse)AuthorAgeFilesLines
* Removed character set = unicode as requested by AmauryChristian Heimes2007-11-211-33/+3
| | | | Removed more project configs in order to use the defaults defined in the property files. The 'sed' tool was more than helpful for the job.
* Added configurations and files for profile guided optimization (PGO).Christian Heimes2007-11-201-0/+316
|
* Report #1473 Drop _EXPORTS macros in PCbuild9Christian Heimes2007-11-201-6/+4
| | | | I've removed a bunch of obsolete defines. I've also taken the opportunity to fix the pre-link event of sqlite3 and some optimization flags.
* Fixed build order of the _ssl project. The openssl project needs to come ↵Christian Heimes2007-11-191-0/+6
| | | | | | first because the makefile puts the header files in the right place. Added some optimization flags to the Release builds of pythoncore and the executables.
* I've spend some time to automate more steps of the build process. Now bzip2, ↵Christian Heimes2007-11-191-0/+4
| | | | | | bsddb, sqlite and openssl are automatically build by prelink steps. I had to use some tricks to build openssl for 32 and 64bit CPUs in two separate build dirs.
* Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine ↵Christian Heimes2007-11-191-14/+81
| | | | except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU.
* Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and ↵Christian Heimes2007-11-171-0/+280
partly hand crafted with some idea from PCbuild8. I've recreated all the extension module projects. The new directory needs some more love and care but it works. I'm not able to test the AMD64 build. The new tree is heavily using the *.vcprops property sheets. Please set any global settings in the property sheets.