On 4/19/2011 5:37 PM, Guenter Knauf wrote:
> do we agree that is needed for MSVC in order to link tests statically?
> 
> --- test/makefile.win    (revision 835655)
> +++ test/makefile.win    (working copy)
> @@ -87,7 +87,9 @@
>  !IF "$(MODEL)" == "static"
>  PROGRAM_DEPENDENCIES = \
>      $(APR_PATH)\$(APROUTDIR)\apr-1.lib \
> -    ..\$(OUTDIR)\aprutil-1.lib
> +    ..\$(OUTDIR)\aprutil-1.lib \
> +    $(API_PATH)\$(OUTDIR)\apriconv-1.lib \
> +    ..\xml\expat\lib\$(OUTDIR)\xml.lib
>  STATIC_CFLAGS = /D APR_DECLARE_STATIC /D APU_DECLARE_STATIC
>  STATIC_LIBS = odbc32.lib odbccp32.lib wldap32.lib
>  !ELSE

Yes... this was an oversight.  But I don't believe it should block 1.3.11 apu.
Please go ahead and patch.

Reply via email to