From 56351e05ef485fcc93e1b8be3e026be4cf09ab19 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 9 May 2001 11:51:08 +0000 Subject: #85712# Removed bad computation of SALLIB. --- sal/test/makefile.mk | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'sal/test/makefile.mk') 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) -- cgit v1.2.3