diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-05-04 12:40:00 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-05-04 12:40:00 +0000 |
commit | f0167f89e9ebe80b12e5fd6542dd1a35831d1492 (patch) | |
tree | 677f2dc2ea71c8caf8ab847895a9bd5835d25838 /store/util | |
parent | d2b9eccb8ab88402a4e1adf4841383bb20a3ec12 (diff) |
insert versioning
Diffstat (limited to 'store/util')
-rw-r--r-- | store/util/makefile.mk | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/store/util/makefile.mk b/store/util/makefile.mk index edd7d8ac719e..2a0f9966c611 100644 --- a/store/util/makefile.mk +++ b/store/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: mhu $ $Date: 2001-03-13 21:07:32 $ +# last change: $Author: jsc $ $Date: 2001-05-04 13:28:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,19 +63,16 @@ PRJ=.. PRJNAME=store -TARGET=sto +TARGET=store TARGETTYPE=CUI USE_LDUMP2=TRUE USE_DEFFILE=TRUE -# --- Settings --- +UNIXVERSIONNAMES=UDK -.INCLUDE : svpre.mk +# --- Settings --- .INCLUDE : settings.mk -.INCLUDE : sv.mk - -.INCLUDE : ..$/version.mk # --- Debug-Library --- @@ -89,7 +86,7 @@ LIB1FILES= $(LB)$/store.lib # --- Shared-Library --- -SHL1TARGET= $(STORE_TARGET)$(STORE_MAJOR) +SHL1TARGET= $(TARGET) SHL1IMPLIB= istore .IF "$(OS)"=="MACOSX" #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map @@ -106,7 +103,7 @@ SHL1LIBS= $(SLB)$/store.lib # --- Def-File --- DEF1NAME= $(SHL1TARGET) -DEF1EXPORTFILE= $(TARGET).dxp +#DEF1EXPORTFILE= $(TARGET).dxp DEF1DES=Store # --- Targets --- |