On Thu, Jul 08, 1999, William M. Perry wrote:
> > Perl is not just needed for running the configuration script; it is also
> > needed for putting together some of the assembler files, changing
> > defaults in various files (well, this counts as configuration, I guess),
>
> This is easily taken care of by making 'foo.bar.in' files that get sed'd
> into `foo.bar' files with the correct paths in them.
I'd be curious to see crypto/sha/asm/sha1-586.pl written in sed. Not!
> > creating a single Makefile (for Windows builds)
>
> This will probably just have to be a standard NT makefile that is in the
> tree instead of a mismash of the unix ones.
If you can come up with a standard Makefile that works for VC++, Mingw32
and Borland C, and is easily kept in sync with the Unix Makefiles, great.
> The fact that OpenSSL modifies .h files and things like that _in_place_
Show me one single .h file that is modified in place.
The only in-place changes are the dependencies in the Makefiles if you
remove a cipher (for example the Makefiles mustn't reference rsa.h if
that file doesn't exist) and when new files are added.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]