diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 09:00:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-11-07 09:00:22 +0000 |
commit | 17eb1e7177aee312f64a46ac23652c4ca7d1f69e (patch) | |
tree | 73e494fb5fef7f05dff370c043a6ee8b5e3f302e /unotools/source/processfactory | |
parent | 12ea9f594a55d1ed63cbaa9dd35492d51b59c0be (diff) |
#65393#: componentfactory migrated to comphelper
Diffstat (limited to 'unotools/source/processfactory')
-rw-r--r-- | unotools/source/processfactory/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unotools/source/processfactory/makefile.mk b/unotools/source/processfactory/makefile.mk index a0e4baf2567b..6c9b5e26fc33 100644 --- a/unotools/source/processfactory/makefile.mk +++ b/unotools/source/processfactory/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:03:55 $ +# last change: $Author: hr $ $Date: 2000-11-07 10:00:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -88,8 +88,7 @@ ENABLE_EXCEPTIONS=TRUE # --- Files ------------------------------------- -SLOFILES= $(SLO)$/processfactory.obj \ - $(SLO)$/componentfactory.obj +SLOFILES= $(SLO)$/processfactory.obj # --- Targets ---------------------------------- |