William A. Rowe, Jr. wrote:
.msi*'s to direct at /dist/httpd/binaries/win32/, -symbols.zip*'s to direct
at archive.apache.org/dist/httpd/binaries/win32/symbols/, and the usual
httpd-2.2.10-win32-src.zip* files are all in the usual /dev/dist/ location.
I noticed a few little things building 2.2.10 with VC9 on Windows:
* the windows source .zip is missing most of apr-iconv - only the .mak and .dep
files are present.
With previous versions we included all the files for iconv (from
apr-iconv-1.2.1-win32-src-r2.zip)
* Makefile.win should probably include the ODBC driver by default on windows, to be consistent with
what APR does:
@for %d in (odbc $(DBD_LIST)) do \
+1 otherwise.
-tom-