summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:54:11 +0000
committerJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:54:11 +0000
commitf58122939240bde55524e6a49cf154c633a8c21f (patch)
treea9c3bc2bc78300649c6b4384a33aa93ca6160d84 /unodevtools
parentd36e89186eb4136f93fed2846f3ed36e321cad88 (diff)
#i52208# create static libs which can be used in other modules
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/unodevtools/makefile.mk16
1 files changed, 10 insertions, 6 deletions
diff --git a/unodevtools/source/unodevtools/makefile.mk b/unodevtools/source/unodevtools/makefile.mk
index 5dc1fba76c6a..afa9fff966e7 100644
--- a/unodevtools/source/unodevtools/makefile.mk
+++ b/unodevtools/source/unodevtools/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: jsc $ $Date: 2005-09-09 13:50:38 $
+# last change: $Author: jsc $ $Date: 2005-10-19 08:54:11 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,10 +47,14 @@ ENABLE_EXCEPTIONS=TRUE
# ------------------------------------------------------------------
-OBJFILES= \
- $(OBJ)$/typemanager.obj \
- $(OBJ)$/typeblob.obj \
- $(OBJ)$/options.obj
+SLOFILES= \
+ $(SLO)$/typemanager.obj \
+ $(SLO)$/typeblob.obj \
+ $(SLO)$/options.obj
+
+LIB1TARGET=$(LB)$/$(TARGET).lib
+LIB1ARCHIV=$(LB)$/lib$(TARGET).a
+LIB1OBJFILES=$(SLOFILES)
# ------------------------------------------------------------------