summaryrefslogtreecommitdiff
path: root/svtools/source/misc
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-20 09:38:37 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-20 09:38:37 +0000
commit34b07ef3f175780e076fc69b4b30bbb72cc8e2a4 (patch)
tree576dc347bd40e4d033475e24ff44a987efefec16 /svtools/source/misc
parent3716d2cb9f9c3b5e6475a916c6da28d66896f4e7 (diff)
INTEGRATION: CWS keyconfig01 (1.27.12); FILE MERGED
2004/07/17 10:37:12 as 1.27.12.1: #i29863# first rev of new accelerator executor
Diffstat (limited to 'svtools/source/misc')
-rw-r--r--svtools/source/misc/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/svtools/source/misc/makefile.mk b/svtools/source/misc/makefile.mk
index d1df3573a212..877bd976aa4d 100644
--- a/svtools/source/misc/makefile.mk
+++ b/svtools/source/misc/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.28 $
+# $Revision: 1.29 $
#
-# last change: $Author: rt $ $Date: 2004-07-23 10:47:51 $
+# last change: $Author: rt $ $Date: 2004-09-20 10:38:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -134,7 +134,8 @@ LIB3OBJFILES=\
$(SLO)$/cliplistener.obj \
$(SLO)$/stringtransfer.obj \
$(SLO)$/graphictools.obj \
- $(SLO)$/imageresourceaccess.obj
+ $(SLO)$/imageresourceaccess.obj \
+ $(SLO)$/acceleratorexecute.obj
EXCEPTIONSFILES=\
$(SLO)$/productregistration.obj \
@@ -144,7 +145,8 @@ EXCEPTIONSFILES=\
$(SLO)$/transfer2.obj \
$(SLO)$/cliplistener.obj \
$(SLO)$/stringtransfer.obj \
- $(SLO)$/imagemgr.obj
+ $(SLO)$/imagemgr.obj \
+ $(SLO)$/acceleratorexecute.obj
# --- Targets -------------------------------------------------------