summaryrefslogtreecommitdiff
path: root/cli_ure/unotypes
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-06-05 12:18:00 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-06-05 12:18:00 +0000
commit623351b1ed1c9652a7435947efb1154d5120694e (patch)
treee84c39657248829e8e29e9bec7e1e5595ebc5714 /cli_ure/unotypes
parent71b7d5188bb5980d811c05aa3723e6b2b13d9471 (diff)
#107130# makefile fixes
Diffstat (limited to 'cli_ure/unotypes')
-rw-r--r--cli_ure/unotypes/makefile.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/cli_ure/unotypes/makefile.mk b/cli_ure/unotypes/makefile.mk
index 5eb8f8e02b00..1d99edc9c999 100644
--- a/cli_ure/unotypes/makefile.mk
+++ b/cli_ure/unotypes/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: dbo $ $Date: 2003-05-08 12:41:05 $
+# last change: $Author: dbo $ $Date: 2003-06-05 13:18:00 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,25 +63,25 @@
PRJ = ..
PRJNAME = cli_ure
-.INCLUDE : $(PRJ)$/util$/makefile.pmk
-.IF "$(BUILD_FOR_CLI)" != ""
-
# for dummy
-TARGET = cli_ure
-
-CLIMAKERFLAGS =
-.IF "$(debug)" != ""
-CLIMAKERFLAGS += --verbose
-.ENDIF
+TARGET = unotypes
.INCLUDE : settings.mk
+.INCLUDE : $(PRJ)$/util$/makefile.pmk
.INCLUDE : $(PRJ)$/util$/target.pmk
.INCLUDE : target.mk
+.IF "$(BUILD_FOR_CLI)" != ""
+
ALLTAR : \
$(OUT)$/bin$/cli_types.dll
+CLIMAKERFLAGS =
+.IF "$(debug)" != ""
+CLIMAKERFLAGS += --verbose
+.ENDIF
+
$(OUT)$/bin$/cli_types.dll : $(OUT)$/bin$/climaker.exe $(SOLARBINDIR)$/types.rdb
+$(OUT)$/bin$/climaker.exe $(CLIMAKERFLAGS) \
--out $@ \