summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:53:44 +0000
committerJuergen Schmidt <jsc@openoffice.org>2005-10-19 07:53:44 +0000
commitd36e89186eb4136f93fed2846f3ed36e321cad88 (patch)
tree63883ccd6fb74eec1a7fa342a36b298da9abdc6e /unodevtools
parent784182d852cfd6f840b0515047b4aff31610b517 (diff)
#i52208# use new variables for static libs
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/makefile.mk14
1 files changed, 5 insertions, 9 deletions
diff --git a/unodevtools/source/skeletonmaker/makefile.mk b/unodevtools/source/skeletonmaker/makefile.mk
index 692df16b3885..e68312bd6678 100644
--- a/unodevtools/source/skeletonmaker/makefile.mk
+++ b/unodevtools/source/skeletonmaker/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:31 $
+# last change: $Author: jsc $ $Date: 2005-10-19 08:53:44 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,7 @@ LIBTARGET := NO
ENABLE_EXCEPTIONS := TRUE
.INCLUDE: settings.mk
+.INCLUDE : $(PRJ)$/unodevtools.pmk
APP1TARGET = $(TARGET)
APP1OBJS = $(OBJ)$/skeletonmaker.obj \
@@ -52,13 +53,8 @@ APP1OBJS = $(OBJ)$/skeletonmaker.obj \
$(OBJ)$/javacompskeleton.obj \
$(OBJ)$/cppcompskeleton.obj
-
-
-APP1STDLIBS = $(REGLIB) $(SALLIB) $(SALHELPERLIB) $(CPPULIB) $(CPPUHELPERLIB)
-APP1LIBS = $(LB)$/unodevtools.lib \
- $(SOLARLIBDIR)$/codemaker.lib \
- $(SOLARLIBDIR)$/commonjava.lib \
- $(SOLARLIBDIR)$/commoncpp.lib
+APP1STDLIBS = $(REGLIB) $(SALLIB) $(SALHELPERLIB) $(CPPULIB) $(CPPUHELPERLIB) \
+ $(UNODEVTOOLSLIB) $(CODEMAKERLIB) $(COMMONCPPLIB) $(COMMONJAVALIB)
OBJFILES = $(APP1OBJS)