diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-11-18 15:43:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-11-18 15:43:30 +0000 |
commit | 0331f0a7e687fabcdaf905ad853b283e5f16b00a (patch) | |
tree | 8a689bb0c5b0234368892c5cc28048452b319680 | |
parent | 5b75a428d28178ed85ee4a6a59d8f574c5325cde (diff) |
INTEGRATION: CWS qadev13 (1.4.26); FILE MERGED
2003/10/31 09:29:24 lla 1.4.26.1: #112598# changes in makefiles, to use dmake test
-rw-r--r-- | sal/qa/rtl_strings/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/qa/rtl_strings/makefile.mk b/sal/qa/rtl_strings/makefile.mk index 7debc6ff5dd7..80d9050ec95d 100644 --- a/sal/qa/rtl_strings/makefile.mk +++ b/sal/qa/rtl_strings/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2003-08-07 15:12:30 $ +# last change: $Author: kz $ $Date: 2003-11-18 16:43:30 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -159,5 +159,6 @@ SLOFILES=\ # --- Targets ------------------------------------------------------ .INCLUDE : target.mk +.INCLUDE : _cppunit.mk |