summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-10-09 09:19:54 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-10-09 09:19:54 +0000
commitb23c7be5e8bba9ca37e646eecff8f9e2ef38707e (patch)
treef9273423e2655720e76d94d5120f1c050ca4775f
parentdbe377c9c8fd5b54c0029cde889db3f8748615b2 (diff)
INTEGRATION: CWS sb8 (1.3.76); FILE MERGED
2003/10/06 11:22:09 sb 1.3.76.2: #112127# source/jni_uno/nativethreadpool.cxx needs salhelper. 2003/10/06 08:39:39 sb 1.3.76.1: #112127# Added nativethreadpool.
-rw-r--r--bridges/source/jni_uno/makefile.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/bridges/source/jni_uno/makefile.mk b/bridges/source/jni_uno/makefile.mk
index 8543dbac6065..996f565b4c15 100644
--- a/bridges/source/jni_uno/makefile.mk
+++ b/bridges/source/jni_uno/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: dbo $ $Date: 2002-12-06 10:26:05 $
+# last change: $Author: vg $ $Date: 2003-10-09 10:19:54 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,14 +77,16 @@ SLOFILES= \
$(SLO)$/jni_data.obj \
$(SLO)$/jni_uno2java.obj \
$(SLO)$/jni_java2uno.obj \
- $(SLO)$/jni_bridge.obj
+ $(SLO)$/jni_bridge.obj \
+ $(SLO)$/nativethreadpool.obj
SHL1TARGET=$(TARGET)
SHL1STDLIBS= \
$(JVMACCESSLIB) \
$(CPPULIB) \
- $(SALLIB)
+ $(SALLIB) \
+ $(SALHELPERLIB)
SHL1VERSIONMAP=$(TARGET).map