diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 13:05:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-04-03 13:05:25 +0000 |
commit | 4e5b2dce7a6d8d6890d7d48a083bb2ee927916a3 (patch) | |
tree | 37d27171770726408b9d75f73fc9342b2b9af2e0 /sal | |
parent | 8601e31bf6d9948608657054ddaf07c736541e04 (diff) |
INTEGRATION: CWS salstrintern (1.26.30); FILE MERGED
2007/02/07 15:14:34 mmeeks 1.26.30.2: RESYNC: (1.26-1.27); FILE MERGED
2007/01/25 17:56:37 mmeeks 1.26.30.1: Start of OUString interning.
Diffstat (limited to 'sal')
-rw-r--r-- | sal/rtl/source/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index c95e64364c8d..02f94a447f2e 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: vg $ $Date: 2007-03-01 16:00:07 $ +# last change: $Author: rt $ $Date: 2007-04-03 14:05:25 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -78,6 +78,7 @@ SLOFILES= \ $(SLO)$/random.obj \ $(SLO)$/locale.obj \ $(SLO)$/strimp.obj \ + $(SLO)$/hash.obj \ $(SLO)$/string.obj \ $(SLO)$/ustring.obj \ $(SLO)$/strbuf.obj \ @@ -107,6 +108,7 @@ OBJFILES= \ $(OBJ)$/random.obj \ $(OBJ)$/locale.obj \ $(OBJ)$/strimp.obj \ + $(OBJ)$/hash.obj \ $(OBJ)$/string.obj \ $(OBJ)$/ustring.obj \ $(OBJ)$/strbuf.obj \ |