diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 14:04:09 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 14:04:09 +0000 |
commit | 85a360f2795ea54a182ecee8ca35185eea42e7d6 (patch) | |
tree | bb0c95348a5b6328c977d2e087c8c75924aafd8a /tools | |
parent | 9a3084130507f738ce30b3db849aa2c81d2b970c (diff) |
INTEGRATION: CWS mergebuild (1.5.66); FILE MERGED
2004/01/29 11:24:29 hjs 1.5.66.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/rc/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/source/rc/makefile.mk b/tools/source/rc/makefile.mk index dda72b516837..cc98f5c79edd 100644 --- a/tools/source/rc/makefile.mk +++ b/tools/source/rc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: hr $ $Date: 2003-03-27 17:04:40 $ +# last change: $Author: hjs $ $Date: 2004-06-25 15:04:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,10 +74,12 @@ TARGET=rc # --- Files -------------------------------------------------------- SLOFILES= $(SLO)$/rc.obj \ + $(SLO)$/isofallback.obj \ $(SLO)$/resmgr.obj \ $(SLO)$/resary.obj OBJFILES= $(OBJ)$/rc.obj \ + $(OBJ)$/isofallback.obj \ $(OBJ)$/resmgr.obj \ $(OBJ)$/resary.obj |