From 7d9b5b3a6e360cce2e2af522df3c718fb30c364d Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 Jan 2005 14:49:20 +0000 Subject: INTEGRATION: CWS fwkbugfix04 (1.28.108); FILE MERGED 2004/12/15 12:59:18 mba 1.28.108.1: #i33585#: remove obsolete resources --- sc/util/makefile.mk | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'sc/util') 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 - + -- cgit