| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU.
|
|
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.
|