diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 08:20:33 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-05-03 08:20:33 +0000 |
commit | ec9a851027c4f3b0565d5978e9b356e7403e6c5d (patch) | |
tree | df9d74abcb240dd16416c1cbd2d3750624c44c70 /sal/test | |
parent | b19e0a21301bba191ec22076c6523b5ab4db6c67 (diff) |
INTEGRATION: CWS qadev17 (1.15.236); FILE MERGED
2004/04/27 09:11:52 lla 1.15.236.1: #116021# old sal tests removed.
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/makefile.mk | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index ad3074429fdc..984aaf4c8fa9 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: sb $ $Date: 2002-09-24 10:31:50 $ +# last change: $Author: rt $ $Date: 2004-05-03 09:20:33 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,24 +87,9 @@ MY_SCRIPTCAT=tr -d "\015" < APP2OBJS = $(OBJ)$/testbootstrap.obj -APP1OBJS= \ - $(OBJ)$/testprofile.obj \ - $(OBJ)$/teststring.obj \ - $(OBJ)$/testuuid.obj \ - $(OBJ)$/teststrbuf.obj \ - $(OBJ)$/testbyteseq.obj \ - $(OBJ)$/testtextenc.obj \ - $(OBJ)$/testuri.obj \ - $(OBJ)$/test.obj \ - $(OBJ)$/testlogfile.obj \ - $(OBJ)$/test_file.obj OBJFILES= \ - $(APP1OBJS) \ $(APP2OBJS) -APP1TARGET= test -APP1STDLIBS=$(SALLIB) $(TSLLIB) - APP2TARGET = testbootstrap APP2STDLIBS = $(SALLIB) |