Skip to content
Snippets Groups Projects
Commit db712dc5 authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Update samples to use XERCESCOUT instead of XERCESCROOT. Fix from Stephen Dulin.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176331 13f79535-47bb-0310-9956-ffa450edef68
parent 7d0e029e
No related branches found
No related tags found
No related merge requests found
#
# 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 @@ include ../Makefile.incl
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
......
#
# 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 @@ include ../Makefile.incl
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment