summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-15 08:15:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-15 08:15:30 +0000
commita7b27d7c1a41034e69a6c50a24162334d5b402f6 (patch)
tree4fc6eb3320896e8ee071ed1e11846c807c1ed14d /codemaker
parent0f0f97c548d04625b24cd032adb72b9e10a20db6 (diff)
INTEGRATION: CWS jsc3 (1.8.10); FILE MERGED
2006/02/17 16:41:06 jsc 1.8.10.3: #i56247# refactor commonly used functions in static libs 2006/02/17 16:00:09 jsc 1.8.10.2: #i56247# refactoring and cosmetics 2006/01/20 13:02:23 jsc 1.8.10.1: #i56247# unify include guards
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/cppumaker/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/codemaker/source/cppumaker/makefile.mk b/codemaker/source/cppumaker/makefile.mk
index 89ed25dfbd8d..1e8ce5f85c40 100644
--- a/codemaker/source/cppumaker/makefile.mk
+++ b/codemaker/source/cppumaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.8 $
+# $Revision: 1.9 $
#
-# last change: $Author: hr $ $Date: 2005-10-27 17:12:10 $
+# last change: $Author: vg $ $Date: 2006-03-15 09:15:30 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -65,7 +65,7 @@ APP1TARGET= $(TARGET)
APP1OBJS= $(OBJFILES)
-
-APP1STDLIBS= $(SALLIB) $(SALHELPERLIB) $(REGLIB) $(CODEMAKERLIB)
+APP1DEPN= $(OUT)$/lib$/$(CODEMAKERLIBDEPN) $(OUT)$/lib$/$(COMMONCPPLIBDEPN)
+APP1STDLIBS= $(SALLIB) $(SALHELPERLIB) $(REGLIB) $(CODEMAKERLIBST) $(COMMONCPPLIBST)
.INCLUDE : target.mk