diff options
author | Kurt Zenker <kz@openoffice.org> | 2003-11-18 15:38:08 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2003-11-18 15:38:08 +0000 |
commit | a4cbb2eb710043c8d3da4d308decd802f523a548 (patch) | |
tree | ea846a000fd92d3c04d621de892caacd5836a361 /sal | |
parent | c9b3adebfdd9f0b8d1a87aafb1d2cba5392236a9 (diff) |
INTEGRATION: CWS qadev13 (1.4.26); FILE MERGED
2003/11/06 02:34:24 mindyliu 1.4.26.3: #112598# my fault
2003/11/06 02:32:57 mindyliu 1.4.26.2: #112598# fix some bug on windows: move, setAttributes, getFileSize
2003/10/31 09:29:14 lla 1.4.26.1: #112598# changes in makefiles, to use dmake test
Diffstat (limited to 'sal')
-rw-r--r-- | sal/qa/osl/file/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/qa/osl/file/makefile.mk b/sal/qa/osl/file/makefile.mk index 8439cfb94ae6..87781f848a54 100644 --- a/sal/qa/osl/file/makefile.mk +++ b/sal/qa/osl/file/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:10:06 $ +# last change: $Author: kz $ $Date: 2003-11-18 16:38:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -102,3 +102,4 @@ SLOFILES=$(SHL1OBJS) # --- Targets ------------------------------------------------------ .INCLUDE : target.mk +.INCLUDE : _cppunit.mk |