summaryrefslogtreecommitdiff
path: root/unodevtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:19:23 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:19:23 +0000
commite001117a36ffcb38e4bb5024c272053c24d1f916 (patch)
treea6c1519663378c88b6ec8e64479e24fc13352f71 /unodevtools
parent50ae11326c5f7d79ace40baa9f5b1f40a9410697 (diff)
INTEGRATION: CWS jsc3 (1.3.6); FILE MERGED
2006/02/17 16:57:15 jsc 1.3.6.2: #i56247# adapt macros for static libs and APP1DEPN 2006/02/17 16:01:59 jsc 1.3.6.1: #i56247# insert new command for calc addins
Diffstat (limited to 'unodevtools')
-rw-r--r--unodevtools/source/skeletonmaker/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/unodevtools/source/skeletonmaker/makefile.mk b/unodevtools/source/skeletonmaker/makefile.mk
index e68312bd6678..56b5e2634715 100644
--- a/unodevtools/source/skeletonmaker/makefile.mk
+++ b/unodevtools/source/skeletonmaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: jsc $ $Date: 2005-10-19 08:53:44 $
+# last change: $Author: vg $ $Date: 2006-03-15 09:19:23 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,8 +53,10 @@ APP1OBJS = $(OBJ)$/skeletonmaker.obj \
$(OBJ)$/javacompskeleton.obj \
$(OBJ)$/cppcompskeleton.obj
+APP1DEPN= $(OUT)$/lib$/$(UNODEVTOOLSLIBDEPN) $(SOLARLIBDIR)$/$(CODEMAKERLIBDEPN) \
+ $(SOLARLIBDIR)$/$(COMMONCPPLIBDEPN) $(SOLARLIBDIR)$/$(COMMONJAVALIBDEPN)
APP1STDLIBS = $(REGLIB) $(SALLIB) $(SALHELPERLIB) $(CPPULIB) $(CPPUHELPERLIB) \
- $(UNODEVTOOLSLIB) $(CODEMAKERLIB) $(COMMONCPPLIB) $(COMMONJAVALIB)
+ $(UNODEVTOOLSLIBST) $(CODEMAKERLIBST) $(COMMONCPPLIBST) $(COMMONJAVALIBST)
OBJFILES = $(APP1OBJS)