You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Keith Wannamaker <Ke...@Wannamaker.org> on 2000/07/07 14:00:27 UTC

[2.0 PATCH] Expat Win32 build/Win32 CVS

The expat dsp files got placed in src/lib/expat-lite
but they really need to be over in os/win32 to follow
protocol with the other Win32 dsp files.

If you want to keep the Expat dsp files where they are,
apply the attached moved_expat.patch to update the project
file and the relevant cvsignores.  If not, I'd suggest
moving the dsps over to os/win32.

Either way, the ignore.patch updates the installdll
cvsignore.

Keith

Re: [2.0 PATCH] Expat Win32 build/Win32 CVS

Posted by Greg Stein <gs...@lyra.org>.
On Fri, Jul 07, 2000 at 08:00:27AM -0400, Keith Wannamaker wrote:
> The expat dsp files got placed in src/lib/expat-lite
> but they really need to be over in os/win32 to follow
> protocol with the other Win32 dsp files.
> 
> If you want to keep the Expat dsp files where they are,
> apply the attached moved_expat.patch to update the project
> file and the relevant cvsignores.  If not, I'd suggest
> moving the dsps over to os/win32.

lib/pcre has the .dsp files right in its directory. Same with lib/apr.

The general intent seems to be that lib/* should be able to build
independently of Apache. I'm not too sure whether that is "right", but it is
certainly the current position.

so... the .dsp would stick around in lib/expat-lite/.

Cheers,
-g


> 
> Either way, the ignore.patch updates the installdll
> cvsignore.
> 
> Keith
> --- src/os/win32/installer/installdll/.cvsignore	2000/04/28 19:58:03	1.1
> +++ src/os/win32/installer/installdll/.cvsignore	2000/07/07 11:56:43
> @@ -1 +1,3 @@
>  *.mak
> +Debug
> +Release

> --- src/Apache.dsw	2000/07/03 08:26:08	1.16
> +++ src/Apache.dsw	2000/07/07 11:56:30
> @@ -534,7 +534,7 @@
>  
>  ###############################################################################
>  
> -Project: "xmlparse"=".\os\win32\xmlparse.dsp" - Package Owner=<4>
> +Project: "xmlparse"=".\lib\expat-lite\xmlparse.dsp" - Package Owner=<4>
>  
>  Package=<5>
>  {{{
> @@ -549,7 +549,7 @@
>  
>  ###############################################################################
>  
> -Project: "xmltok"=".\os\win32\xmltok.dsp" - Package Owner=<4>
> +Project: "xmltok"=".\lib\expat-lite\xmltok.dsp" - Package Owner=<4>
>  
>  Package=<5>
>  {{{
> --- src/os/win32/.cvsignore	2000/07/03 08:26:09	1.3
> +++ src/os/win32/.cvsignore	2000/07/07 12:01:22
> @@ -27,7 +27,4 @@
>  ApacheModuleStatusR
>  ApacheModuleUserTrackD
>  ApacheModuleUserTrackR
> -XMLParseD
> -XMLParseR
> -XMLTokD
> -XMLTokR
> --- src/lib/expat-lite/.cvsignore	2000/07/01 14:01:37	1.2
> +++ src/lib/expat-lite/.cvsignore	2000/07/07 12:01:19
> @@ -7,3 +7,8 @@
>  *.so
>  *.dll
>  *.def
> +XMLParseD
> +XMLParseR
> +XMLTokD
> +XMLTokR
> +*.plg


-- 
Greg Stein, http://www.lyra.org/