summaryrefslogtreecommitdiff
path: root/registry/util
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-05-04 12:40:00 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-05-04 12:40:00 +0000
commitf0167f89e9ebe80b12e5fd6542dd1a35831d1492 (patch)
tree677f2dc2ea71c8caf8ab847895a9bd5835d25838 /registry/util
parentd2b9eccb8ab88402a4e1adf4841383bb20a3ec12 (diff)
insert versioning
Diffstat (limited to 'registry/util')
-rw-r--r--registry/util/makefile.mk16
1 files changed, 7 insertions, 9 deletions
diff --git a/registry/util/makefile.mk b/registry/util/makefile.mk
index 44dc8240d438..c0c92b3477f6 100644
--- a/registry/util/makefile.mk
+++ b/registry/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: jsc $ $Date: 2001-03-14 10:02:24 $
+# last change: $Author: jsc $ $Date: 2001-05-04 13:32:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,13 +65,10 @@ PRJ=..
PRJNAME=registry
TARGET=reg
-# --- Settings -----------------------------------------------------
+UNIXVERSIONNAMES=UDK
-.INCLUDE : svpre.mk
+# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-.INCLUDE : sv.mk
-
-.INCLUDE : ..$/version.mk
# ------------------------------------------------------------------
@@ -90,7 +87,7 @@ LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1FILES= $(SLB)$/$(TARGET)cpp.lib
-SHL1TARGET= $(REGISTRY_TARGET)$(REGISTRY_MAJOR)
+SHL1TARGET= $(TARGET)
SHL1IMPLIB= ireg
SHL1STDLIBS= \
$(SALLIB) \
@@ -98,12 +95,13 @@ SHL1STDLIBS= \
$(STORELIB) \
$(LIBCIMT)
+SHL1VERSIONMAP= $(TARGET).map
SHL1LIBS= $(LIB1TARGET)
SHL1DEPN= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET)
-DEF1EXPORTFILE= exports.dxp
+#DEF1EXPORTFILE= exports.dxp
DEF1DES = RegistryRuntime
# --- Targets ------------------------------------------------------