summaryrefslogtreecommitdiffstats
path: root/PCbuild9/build_ssl.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a newline problemChristian Heimes2007-11-241-0/+2
|
* Implemented request from Marc-Andre LemburgChristian Heimes2007-11-231-0/+5
| | | | For license reasons Python must not ship with IDEA, RC5 and MDC2. The latter are disabled by default but IDEA is enabled by default.
* Added code to pre-generate makefiles and assembly files to build_ssl.pyChristian Heimes2007-11-231-11/+56
| | | | Fixed bug #1488 in my way.
* I've spend some time to automate more steps of the build process. Now bzip2, ↵Christian Heimes2007-11-191-18/+45
| | | | | | 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.
* Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and ↵Christian Heimes2007-11-171-0/+171
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.