diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-08-14 11:18:37 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-08-14 11:18:37 +0000 |
commit | 181c9bf66df19920d84a0a23a3fcb7fd0ec39201 (patch) | |
tree | 6a36095e5ffea0e83ddec3b48b6fb184b5c23293 /framework/util/makefile.mk | |
parent | cc0aeda5f43afacd68aeccc2ab3937b5cfd43fe6 (diff) |
#87798# reactivate unotypes dir
Diffstat (limited to 'framework/util/makefile.mk')
-rw-r--r-- | framework/util/makefile.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 5f87f0c78b53..23d17d63a2d5 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.45 $ +# $Revision: 1.46 $ # -# last change: $Author: as $ $Date: 2001-08-10 11:55:14 $ +# last change: $Author: as $ $Date: 2001-08-14 12:18:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,13 +69,10 @@ NO_BSYMBOLIC= TRUE COMP1TYPELIST= fwk COMP2TYPELIST= fwl COMP3TYPELIST= lgd +COMP4TYPELIST= fwe # --- Settings ----------------------------------------------------- - -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk - .IF "$(COM)"=="ICC" LINKFLAGS+=/SEGMENTS:1024 /PACKD:32768 .ENDIF @@ -143,7 +140,9 @@ SHL1OBJS= $(SLO)$/registerservices.obj \ $(SLO)$/xmldocproperties.obj \ $(SLO)$/fltdlg.obj \ $(SLO)$/droptargetlistener.obj \ - $(SLO)$/soundhandler.obj + $(SLO)$/soundhandler.obj \ + $(SLO)$/filtercache.obj \ + $(SLO)$/filtercachedata.obj SHL1STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ |