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 | 38155aee0c282e020b1edfd91d2a931c13242d8d (patch) | |
tree | 46b17973df24eeee8332a05b347fc080c5b04a07 /store | |
parent | 41b4f20f59864f94e452d33a187c2df9b7d110e6 (diff) |
insert versioning
Diffstat (limited to 'store')
-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 edd7d8ac7..2a0f9966c 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 --- |