| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
For example, MessageBox takes char* parameters.
If you want to pass unicode strings, use MessageBoxW explicitely.
|
|
|
|
| |
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.
|
|
|
|
| |
pythoncore.vcproj fails to generate buildinfo (when spaces in path)
|
| |
|
|
|
|
|
| |
Added debug builds to make_versioninfo
Removed some more defines
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
installers from the PCbuild9 directory with MSVCR90.dll. PCbuild and MSVCR71.dll are still the default.
|
| |
|
|
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.
|