User: rt Date: 2007-07-24 13:18:19+0000 Modified: dba/dbaccess/qa/unoapi/makefile.mk
Log: INTEGRATION: CWS complextest1 (1.5.42); FILE MERGED 2007/06/28 16:24:35 cn 1.5.42.2: #i78349# fix bug in makefile 2007/06/28 15:58:50 cn 1.5.42.1: #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.6 Delta lines: +10 -3 -------------------- --- makefile.mk 2007-01-25 13:50:08+0000 1.5 +++ makefile.mk 2007-07-24 13:18:17+0000 1.6 @@ -38,8 +38,15 @@ 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 +54,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]
