Hello, I would like to propose some modifications to how the build process works on the Windows platform, specifically for the Visual C++ compiler. How does one go about proposing changes? Is there a process for submitting a diff, or for being granted access to the CVS tree?
The changes I would like to make are as follows: 1. Add support for side-by-side debug and release configurations of the libraries by adding a suffix of 'd' to the debug versions. 2. Modify the do_masm.bat file so it generates both debug and release make files and def files. 3. Add a more specific version of the /Fd option to the CL invocations so the debug information is generated for each library. 4. Add the /Zi option for debug and release configurations so debug symbol information is available for all builds. 5. Add the PDB files to the extra_install files list so they are copied into the install BIN or LIB directories as appropriate. 6. Modify the mkdef.pl script so it provides proper names for both debug and release builds of the libraries. I have already made some of these changes to support the work I am doing, but wanted to see if there is a way to contribute these changes to the project. Cheers -- Bennett ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
