You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ca...@apache.org on 2005/03/03 15:23:43 UTC

cvs commit: xml-xerces/c/samples/SCMPrint Makefile.in

cargilld    2005/03/03 06:23:43

  Modified:    c/samples/PSVIWriter Makefile.in
               c/samples/SCMPrint Makefile.in
  Log:
  Update samples to use XERCESCOUT instead of XERCESCROOT.  Fix from Stephen Dulin.
  
  Revision  Changes    Path
  1.6       +5 -5      xml-xerces/c/samples/PSVIWriter/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/PSVIWriter/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	8 Sep 2004 13:55:32 -0000	1.5
  +++ Makefile.in	3 Mar 2005 14:23:43 -0000	1.6
  @@ -1,5 +1,5 @@
   #
  -# Copyright 1999-2000,2004 The Apache Software Foundation.
  +# Copyright 1999-2000,2005 The Apache Software Foundation.
   # 
   # Licensed under the Apache License, Version 2.0 (the "License");
   # you may not use this file except in compliance with the License.
  @@ -45,10 +45,10 @@
   
   APP_NAME=PSVIWriter
   
  -OUTDIR= ${XERCESCROOT}/bin/obj/${APP_NAME}
  -EXEC=	${XERCESCROOT}/bin
  +OUTDIR= ${XERCESCOUT}/bin/obj/${APP_NAME}
  +EXEC=	${XERCESCOUT}/bin
   OBJS=	${OUTDIR}/PSVIWriter.o ${OUTDIR}/PSVIUni.o ${OUTDIR}/PSVIWriterHandlers.o 
  -SRC=	${XERCESCROOT}/samples/${APP_NAME}
  +SRC=	${XERCESCOUT}/samples/${APP_NAME}
   HEADER_FILES=${SRC}/PSVIWriter.hpp ${SRC}/PSVIUni.hpp ${SRC}/PSVIWriterHandlers.hpp 
   
   ## OS390BATCH
  
  
  
  1.4       +8 -8      xml-xerces/c/samples/SCMPrint/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/samples/SCMPrint/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	8 Sep 2004 13:55:34 -0000	1.3
  +++ Makefile.in	3 Mar 2005 14:23:43 -0000	1.4
  @@ -1,12 +1,12 @@
   #
  -# Copyright 2004,2004 The Apache Software Foundation.
  -# 
  +# Copyright 2004,2005 The Apache Software Foundation.
  +#
   # Licensed under the Apache License, Version 2.0 (the "License");
   # you may not use this file except in compliance with the License.
   # You may obtain a copy of the License at
  -# 
  +#
   #      http://www.apache.org/licenses/LICENSE-2.0
  -# 
  +#
   # Unless required by applicable law or agreed to in writing, software
   # distributed under the License is distributed on an "AS IS" BASIS,
   # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  @@ -45,10 +45,10 @@
   
   APP_NAME=SCMPrint
   
  -OUTDIR= ${XERCESCROOT}/bin/obj/${APP_NAME}
  -EXEC=	${XERCESCROOT}/bin
  +OUTDIR= ${XERCESCOUT}/bin/obj/${APP_NAME}
  +EXEC=	${XERCESCOUT}/bin
   OBJS=	${OUTDIR}/SCMPrint.o
  -SRC=	${XERCESCROOT}/samples/${APP_NAME}
  +SRC=	${XERCESCOUT}/samples/${APP_NAME}
   HEADER_FILES=
   
   ## OS390BATCH
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org