diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 15:55:04 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 15:55:04 +0000 |
commit | 1de5816f8bb99836ae4c9a02dc54c1399069058c (patch) | |
tree | 004ea0a599efbe1d804825afd4f020acde288202 /sw/util | |
parent | 46d446a3c03ee204370584e25863ca52e68ef72b (diff) |
INTEGRATION: CWS smarttags (1.56.22); FILE MERGED
2006/12/21 10:42:18 jakob_lechner 1.56.22.1: #i72705#: support for smarttags
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index dd9d21c455eb..adcf130d7b65 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.56 $ +# $Revision: 1.57 $ # -# last change: $Author: ihi $ $Date: 2006-11-14 15:21:59 $ +# last change: $Author: hr $ $Date: 2007-01-02 16:55:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -69,6 +69,7 @@ sw_res_files= \ $(SRS)$/misc.srs \ $(SRS)$/ribbar.srs \ $(SRS)$/shells.srs \ + $(SRS)$/smartmenu.srs \ $(SRS)$/table.srs \ $(SRS)$/uiview.srs \ $(SRS)$/undo.srs \ @@ -129,7 +130,8 @@ SHL1STDLIBS+= \ $(SALHELPERLIB) \ $(ICUUCLIB) \ $(I18NUTILLIB) \ - $(AVMEDIALIB) + $(AVMEDIALIB) \ + $(XML2LIB) .IF "$(OS)"=="MACOSX" # static libraries at end for OS X @@ -168,7 +170,7 @@ SHL2STDLIBS= \ SHL2OBJS= $(SLO)$/swdetect.obj \ $(SLO)$/swdet2.obj \ - $(SLO)$/detreg.obj + $(SLO)$/detreg.obj .IF "$(product)"=="" SHL2OBJS+= \ |