summaryrefslogtreecommitdiff
path: root/cli_ure/source/climaker
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-03-09 09:52:34 +0000
committerRüdiger Timm <rt@openoffice.org>2006-03-09 09:52:34 +0000
commit875ce54350ac70bac44282fbf2dd402bc3a9c969 (patch)
treef1b404a18284b299a38ce1aab4813fe36412c3eb /cli_ure/source/climaker
parent1284f2395d16ff7ac5e599e09a0b011821af1c95 (diff)
INTEGRATION: CWS jl31 (1.10.20); FILE MERGED
2006/02/21 11:49:32 jl 1.10.20.1: #i62141#
Diffstat (limited to 'cli_ure/source/climaker')
-rw-r--r--cli_ure/source/climaker/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/cli_ure/source/climaker/makefile.mk b/cli_ure/source/climaker/makefile.mk
index 7a363c54a9c1..7b9dd7e1e73b 100644
--- a/cli_ure/source/climaker/makefile.mk
+++ b/cli_ure/source/climaker/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.10 $
+# $Revision: 1.11 $
#
-# last change: $Author: hr $ $Date: 2005-10-25 11:14:39 $
+# last change: $Author: rt $ $Date: 2006-03-09 10:52:34 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -94,6 +94,7 @@ OBJFILES = \
APP1TARGET = $(TARGET)
APP1OBJS = $(OBJFILES)
+
APP1STDLIBS = \
$(CPPUHELPERLIB) \
$(CPPULIB) \
@@ -109,3 +110,5 @@ ALLTAR : $(BIN)$/climaker.exe.config
$(BIN)$/climaker.exe.config : climaker.exe.config
$(GNUCOPY) -f $? $@
+
+$(OBJFILES): $(BIN)$/cli_basetypes.dll \ No newline at end of file