diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:49:20 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 14:49:20 +0000 |
commit | 7d9b5b3a6e360cce2e2af522df3c718fb30c364d (patch) | |
tree | 3a7e1e84e59bc4a58cfe497f47672199c32c97b5 /sc/util | |
parent | b7d14d5c3f488fff063a23471357f5da44ac9b30 (diff) |
INTEGRATION: CWS fwkbugfix04 (1.28.108); FILE MERGED
2004/12/15 12:59:18 mba 1.28.108.1: #i33585#: remove obsolete resources
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index 443edfdba7a4..e07aec501b5b 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.28 $ +# $Revision: 1.29 $ # -# last change: $Author: kz $ $Date: 2004-10-04 20:28:28 $ +# last change: $Author: kz $ $Date: 2005-01-18 15:49:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,7 +89,6 @@ RESLIB1LIST=\ $(SRS)$/drawfunc.srs \ $(SRS)$/core.srs \ $(SRS)$/styleui.srs \ - $(SRS)$/scslots.srs \ $(SRS)$/formdlgs.srs \ $(SRS)$/pagedlg.srs \ $(SRS)$/navipi.srs \ @@ -100,7 +99,7 @@ RESLIB1IMAGES=\ $(PRJ)$/res \ $(PRJ)$/res/imglst/apptbx \ $(PRJ)$/res/imglst/dbgui \ - $(PRJ)$/res/imglst/navipi + $(PRJ)$/res/imglst/navipi RESLIB1SRSFILES=\ $(RESLIB1LIST) @@ -138,7 +137,7 @@ SHL1STDLIBS+= \ $(SOTLIB) \ $(XMLOFFLIB) \ $(DBTOOLSLIB) \ - $(AVMEDIALIB) + $(AVMEDIALIB) .IF "$(OS)"=="MACOSX" # static libraries at end for OS X @@ -321,5 +320,5 @@ LIB8OBJFILES = \ # --- Targets ------------------------------------------------------------- .INCLUDE : target.mk - + |