diff options
author | Andreas Schlüns <as@openoffice.org> | 2000-12-20 08:48:54 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2000-12-20 08:48:54 +0000 |
commit | c270699d087ae968214cd3f1094cd70d592c3e92 (patch) | |
tree | ae05d9c8c3d503e5cd635b7c0e78018fcd69d3a8 /framework/util | |
parent | 6f57db31f34f7fedeb83338d3ae3eadcc4e3f5eb (diff) |
#82383# move FrameLoaderFactory to light dll
Diffstat (limited to 'framework/util')
-rw-r--r-- | framework/util/makefile.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index 6f6a73e22d38..b108ab3f212c 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2000-12-19 11:28:06 $ +# last change: $Author: as $ $Date: 2000-12-20 09:48:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -114,11 +114,16 @@ SHL2TARGET= fwl$(UPD)$(DLLPOSTFIX) SHL2IMPLIB= ifwl$(UPD)$(DLLPOSTFIX) SHL2OBJS= $(SLO)$/registertemp.obj \ - $(SLO)$/mediatypedetectionhelper.obj + $(SLO)$/mediatypedetectionhelper.obj\ + $(SLO)$/frameloaderfactory.obj \ + $(SLO)$/registrycache.obj \ + $(SLO)$/wildcard.obj SHL2STDLIBS= $(CPPULIB) \ $(CPPUHELPERLIB) \ + $(COMPHELPERLIB) \ $(TOOLSLIB) \ + $(VOSLIB) \ $(SVLLIB) \ $(SALLIB) |