From 58653c0461b1a2a9f317fb36c75769d5e2f98667 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Mon, 3 May 2004 08:11:22 +0000 Subject: INTEGRATION: CWS qadev17 (1.3.2); FILE MERGED 2004/03/31 09:18:07 lla 1.3.2.2: #116021# some changes on makefiles 2004/03/24 08:38:37 lla 1.3.2.1: #116021# new tests --- sal/qa/rtl/ostring/makefile.mk | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'sal/qa/rtl/ostring') diff --git a/sal/qa/rtl/ostring/makefile.mk b/sal/qa/rtl/ostring/makefile.mk index 85139cc2c195..b58af4e364ff 100644 --- a/sal/qa/rtl/ostring/makefile.mk +++ b/sal/qa/rtl/ostring/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2004-03-19 14:55:46 $ +# last change: $Author: rt $ $Date: 2004-05-03 09:11:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -91,9 +91,36 @@ SHL1VERSIONMAP= export.map # auto generated Target:joblist # END ------------------------------------------------------------------ +# BEGIN ---------------------------------------------------------------- +SHL2OBJS= \ + $(SLO)$/rtl_str.obj + +SHL2TARGET= rtl_str +SHL2STDLIBS=\ + $(SALLIB) \ + $(CPPUNITLIB) + +SHL2IMPLIB= i$(SHL2TARGET) +DEF2NAME =$(SHL2TARGET) +SHL2VERSIONMAP= export.map +# END ------------------------------------------------------------------ + +# BEGIN ---------------------------------------------------------------- +SHL3OBJS= \ + $(SLO)$/rtl_string.obj + +SHL3TARGET= rtl_string +SHL3STDLIBS=\ + $(SALLIB) \ + $(CPPUNITLIB) + +SHL3IMPLIB= i$(SHL3TARGET) +DEF3NAME =$(SHL3TARGET) +SHL3VERSIONMAP= export.map +# END ------------------------------------------------------------------ #------------------------------- All object files ------------------------------- # do this here, so we get right dependencies -SLOFILES=$(SHL1OBJS) +# SLOFILES=$(SHL1OBJS) # --- Targets ------------------------------------------------------ -- cgit