You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by André Malo <nd...@perlig.de> on 2003/09/07 20:57:07 UTC

Re: apu build broken on win32

* André Malo wrote:

> Index: aprutil.dsp
> ===================================================================
> RCS file: /home/cvspublic/apr-util/aprutil.dsp,v
> retrieving revision 1.54
> diff -u -r1.54 aprutil.dsp
> --- aprutil.dsp	18 Aug 2003 10:43:19 -0000	1.54
> +++ aprutil.dsp	25 Aug 2003 19:34:33 -0000
> @@ -387,7 +387,7 @@
>  # Begin Custom Build - Creating apu_want.h from apu_want.hw
>  InputPath=.\include\apu_want.hw
> 
> -".\include\apu.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
> +".\include\apu_want.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
>  	type .\include\apu_want.hw > .\include\apu_want.h
> 
>  # End Custom Build

PING! Can someone please commit this. Neither 2.0.48 nor 2.1.0 tags won't
compile without this patch on win32.

nd
-- 
die (eval q-qq[Just Another Perl Hacker
]
;-)
# André Malo, <http://pub.perlig.de/> #

Re: apu build broken on win32

Posted by Cliff Woolley <jw...@virginia.edu>.
On Sun, 7 Sep 2003, André Malo wrote:

> PING! Can someone please commit this. Neither 2.0.48 nor 2.1.0 tags won't
> compile without this patch on win32.

Done, thanks.