summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/ostring
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-05-03 08:11:22 +0000
committerRüdiger Timm <rt@openoffice.org>2004-05-03 08:11:22 +0000
commit58653c0461b1a2a9f317fb36c75769d5e2f98667 (patch)
treecb5b87d370ffd4ce7c80b0cee125da1131379ade /sal/qa/rtl/ostring
parenta8472ecc8f444e30820d4e3e3359fb43b5b5e9a6 (diff)
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
Diffstat (limited to 'sal/qa/rtl/ostring')
-rw-r--r--sal/qa/rtl/ostring/makefile.mk33
1 files changed, 30 insertions, 3 deletions
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 ------------------------------------------------------