tng         2002/11/15 13:49:29

  Modified:    c/src/xercesc Makefile.in Makefile.incl
  Log:
  [Bug 13801] cygwin libxerces-c.dll symlinks misleading.  Patch from Abe Backus.
  
  Revision  Changes    Path
  1.10      +4 -1      xml-xerces/c/src/xercesc/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.in       26 Jul 2002 16:49:26 -0000      1.9
  +++ Makefile.in       15 Nov 2002 21:49:29 -0000      1.10
  @@ -87,6 +87,9 @@
   VALIDATORS_DIR = validators
   
   LIBNAME = libxerces-c
  +ifeq (${PLATFORM},CYGWIN)
  +CYGNAME = cygxerces-c
  +endif
   
   #all these setting come from the arguments passed in to runConfigure.
   PLATFORM = @platform@
  
  
  
  1.28      +2 -2      xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- Makefile.incl     29 Oct 2002 16:45:07 -0000      1.27
  +++ Makefile.incl     15 Nov 2002 21:49:29 -0000      1.28
  @@ -547,7 +547,7 @@
               #
               LINK_NAME=${LIBNAME}${SHLIBSUFFIX}
               SO_NAME  =${LIBNAME}${SO_TARGET_VERSION}${SHLIBSUFFIX}
  -            REAL_NAME=${LIBNAME}${VER}${SHLIBSUFFIX}
  +            REAL_NAME=${CYGNAME}${VER}${SHLIBSUFFIX}
           else
               #
               # LINK_NAME=libxerces-c.so
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to