Ross Berteig wrote: > > I contrast that with using make -f win/Makefile.mingw which as I noted > earlier did assume the in-tree zlib and importantly, build it. >
Yeah, I implemented the assume-and-build-zlib-in-tree stuff for MinGW a while back; however, it was not normally needed for non-Windows systems (i.e. because they already have a system zlib) and so the normal POSIX configure & make stuff got skipped. I suppose it should be added at some point. -- Joe Mistachkin _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
