Tag: cws_src680_complextest1 User: cn Date: 2007-06-28 15:58:53+0000 Modified: dba/dbaccess/qa/unoapi/makefile.mk
Log: #i78349# fix bug in makefile File Changes: Directory: /dba/dbaccess/qa/unoapi/ =================================== File [changed]: makefile.mk Url: http://dba.openoffice.org/source/browse/dba/dbaccess/qa/unoapi/makefile.mk?r1=1.5&r2=1.5.42.1 Delta lines: +12 -6 -------------------- --- makefile.mk 2007-01-25 13:50:08+0000 1.5 +++ makefile.mk 2007-06-28 15:58:50+0000 1.5.42.1 @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.5.42.1 $ # -# last change: $Author: obo $ $Date: 2007/01/25 13:50:08 $ +# last change: $Author: cn $ $Date: 2007/06/28 15:58:50 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,8 +38,14 @@ PRJNAME=dbaccess TARGET=qa_unoapi -ALLTAR: - $(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments +.INCLUDE: settings.mk + +.INCLUDE: target.mk + +ALLTAR : UNOAPI_TEST + +UNOAPI_TEST: + +$(SOLARENV)$/bin$/checkapi -sce dbaccess.sce -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments @echo ======================================================================= @echo In case of problems make sure that you put valid values in the dbaccess.props and added an appropriate jdbc-driver to your office installation @echo ======================================================================= @@ -47,4 +53,4 @@ @echo ======================================================================= run_%: - $(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments + +$(SOLARENV)$/bin$/checkapi -o dbaccess.$(@:s/run_//) -ini dbaccess.props -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
