summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/makefile.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-05-03 16:02:12 +0000
committerMathias Bauer <mba@openoffice.org>2001-05-03 16:02:12 +0000
commita5c9f4d8c51b4c49cfdd1c4b0f99609cfc9bdfb8 (patch)
tree5a1bfc1b4e618881388ac8f49ac11d4707ed63e9 /sfx2/source/appl/makefile.mk
parentd3bbae7f6fc8d8a3f3d75dcfaecd2b1de43962a2 (diff)
GetImage-Hook for framework
Diffstat (limited to 'sfx2/source/appl/makefile.mk')
-rw-r--r--sfx2/source/appl/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/makefile.mk b/sfx2/source/appl/makefile.mk
index d5772191e024..025ffb616080 100644
--- a/sfx2/source/appl/makefile.mk
+++ b/sfx2/source/appl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: pb $ $Date: 2001-04-23 12:01:47 $
+# last change: $Author: mba $ $Date: 2001-05-03 17:02:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -95,6 +95,7 @@ OBJFILES = \
$(OBJ)$/appctor.obj
SLOFILES = \
+ $(SLO)$/imagemgr.obj\
$(SLO)$/rmacceptor.obj\
$(SLO)$/appuno.obj \
$(SLO)$/applicat.obj \
@@ -135,6 +136,7 @@ SLOFILES = \
$(SLO)$/helpinterceptor.obj
EXCEPTIONSFILES=\
+ $(SLO)$/imagemgr.obj\
$(SLO)$/appmain.obj \
$(SLO)$/appmisc.obj \
$(SLO)$/frstinit.obj \