From a332dc22e5aefe9cec5f932fd4a791c51fa64bd2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Apr 2001 08:19:29 +0000 Subject: #85712# Added testuri.obj; disabled testint614.obj and testowstring.obj (not working); cleand up. --- sal/test/makefile.mk | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'sal/test/makefile.mk') diff --git a/sal/test/makefile.mk b/sal/test/makefile.mk index 0de5fcd6b7b7..84e79fc58590 100644 --- a/sal/test/makefile.mk +++ b/sal/test/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 15:17:27 $ +# last change: $Author: sb $ $Date: 2001-04-23 09:19:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -71,29 +71,26 @@ USE_LDUMP2=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # ------------------------------------------------------------------ -LIB1TARGET= $(SLB)$/$(TARGET).lib - OBJFILES= \ $(OBJ)$/testprofile.obj \ - $(OBJ)$/testint64.obj \ $(OBJ)$/teststring.obj \ $(OBJ)$/testuuid.obj \ - $(OBJ)$/testowstring.obj \ $(OBJ)$/teststrbuf.obj \ - $(OBJ)$/testbyteseq.obj \ + $(OBJ)$/testbyteseq.obj \ + $(OBJ)$/testuri.obj \ $(OBJ)$/test.obj +# $(OBJ)$/testint64.obj \ +# $(OBJ)$/testowstring.obj \ .IF "$(GUI)" == "WNT" SALLIB= isal.lib .ELSE -SALLIB= -lsal1 +SALLIB= -lsal2 .ENDIF @@ -105,9 +102,6 @@ APP2STDLIBS=$(SALLIB) $(TSLLIB) # --- Targets ------------------------------------------------------ -#all: \ -# ALLTAR - .INCLUDE : target.mk # --- SO2-Filter-Datei --- @@ -119,5 +113,3 @@ $(MISC)$/tsl$(UPD)$(DLLPOSTFIX).flt: @echo WEP>$@ @echo LIBMAIN>>$@ @echo LibMain>>$@ - - -- cgit v1.2.3