summaryrefslogtreecommitdiff
path: root/cli_ure/util
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2003-05-08 11:41:06 +0000
committerDaniel Boelzle <dbo@openoffice.org>2003-05-08 11:41:06 +0000
commitd1b2853eff6c8f17d6faf07ff49a062627321175 (patch)
treef8450c46d87c68796ad1bbd191c6df70a8ebab1c /cli_ure/util
parenta2a7384e2e428b0ec2bda72ba47f168f377e885a (diff)
#107130#
+ cli_udkapi.dll, cli_offapi.dll -> cli_types.dll + support for deployed type metadata (->pkgchk) + different implementation loading + misc climaker fixes + misc code cleanup
Diffstat (limited to 'cli_ure/util')
-rw-r--r--cli_ure/util/makefile.pmk8
-rw-r--r--cli_ure/util/target.pmk12
2 files changed, 4 insertions, 16 deletions
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk
index b47d3926d3d4..354378913fab 100644
--- a/cli_ure/util/makefile.pmk
+++ b/cli_ure/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: dbo $ $Date: 2003-03-28 10:17:51 $
+# last change: $Author: dbo $ $Date: 2003-05-08 12:41:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -64,7 +64,3 @@
BUILD_FOR_CLI = "true"
.ENDIF
-CLIMAKER = $(OUT)$/bin$/climaker.exe
-CLI_UDKAPI = $(OUT)$/bin$/cli_udkapi.dll
-CLI_OFFAPI = $(OUT)$/bin$/cli_offapi.dll
-
diff --git a/cli_ure/util/target.pmk b/cli_ure/util/target.pmk
index e443eb5fbd69..f95bb5020bd4 100644
--- a/cli_ure/util/target.pmk
+++ b/cli_ure/util/target.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: dbo $ $Date: 2003-03-28 10:17:51 $
+# last change: $Author: dbo $ $Date: 2003-05-08 12:41:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -77,11 +77,3 @@ CSCFLAGS += -o
CSCFLAGS += -debug+ -checked+ -define:DEBUG -define:TRACE
.ENDIF
-
-###### climaker ######
-
-CLIMAKER_FLAGS =
-.IF "$(debug)" != ""
-CLIMAKER_FLAGS += --verbose
-.ENDIF
-