diff options
author | Stephan Bergmann <sb@openoffice.org> | 2001-05-09 11:51:08 +0000 |
---|---|---|
committer | Stephan Bergmann <sb@openoffice.org> | 2001-05-09 11:51:08 +0000 |
commit | 56351e05ef485fcc93e1b8be3e026be4cf09ab19 (patch) | |
tree | bb40a8b9a9adef4211c11da651faa090129c2326 /sal/test/makefile.mk | |
parent | 96e586bbc7b99839c57eac1d6d3d5dbfab13a7b5 (diff) |
#85712# Removed bad computation of SALLIB.
Diffstat (limited to 'sal/test/makefile.mk')
-rw-r--r-- | sal/test/makefile.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index 84e79fc58590..2af807bc3a87 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: sb $ $Date: 2001-04-23 09:19:29 $ +# last change: $Author: sb $ $Date: 2001-05-09 12:51:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,13 +87,6 @@ OBJFILES= \ # $(OBJ)$/testint64.obj \ # $(OBJ)$/testowstring.obj \ -.IF "$(GUI)" == "WNT" -SALLIB= isal.lib -.ELSE -SALLIB= -lsal2 -.ENDIF - - APP2TARGET= test APP2OBJS= $(OBJFILES) APP2STDLIBS=$(SALLIB) $(TSLLIB) |