Christian Heimes
81c951c6f2
Removed character set = unicode as requested by Amaury
...
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.
2007-11-21 02:20:59 +00:00
Christian Heimes
1076a208b8
Patch +1478 from Joseph Armbruster
...
pythoncore.vcproj fails to generate buildinfo (when spaces in path)
2007-11-21 00:30:29 +00:00
Christian Heimes
9519eb9855
Fixes for #1473 and #1476
...
Added debug builds to make_versioninfo
Removed some more defines
2007-11-20 22:03:37 +00:00
Christian Heimes
bfd4985882
Added configurations and files for profile guided optimization (PGO).
2007-11-20 09:34:16 +00:00
Christian Heimes
ad32deb20e
Report #1473 Drop _EXPORTS macros in PCbuild9
...
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.
2007-11-20 05:57:30 +00:00
Christian Heimes
82f013bb58
Fixed build order of the _ssl project. The openssl project needs to come 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.
2007-11-19 18:35:20 +00:00
Christian Heimes
8a48c4c915
Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU.
2007-11-19 01:23:57 +00:00
Christian Heimes
bce52be491
Fixed some build issues and updated docs.
2007-11-17 19:08:41 +00:00
Christian Heimes
ad14d11a5e
Initial import of new PCbuild9 for VS 2008. It partly based on PCbuild and 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.
2007-11-17 08:15:27 +00:00