diff options
author | Kurt Zenker <kz@openoffice.org> | 2001-03-06 08:58:35 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2001-03-06 08:58:35 +0000 |
commit | 57ecc2f85302a262761f872e86800955f70f40b5 (patch) | |
tree | 160a42e5b46a5e04312e573a4bd0bafda5878c67 | |
parent | 6542f97fd8bd4298b9e1ca14e79bb333b1ad3282 (diff) |
chg. libname
-rw-r--r-- | xmlscript/util/makefile.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/xmlscript/util/makefile.mk b/xmlscript/util/makefile.mk index 3bf4970bd04e..43e08873c8c4 100644 --- a/xmlscript/util/makefile.mk +++ b/xmlscript/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: ab $ $Date: 2001-02-26 09:56:45 $ +# last change: $Author: kz $ $Date: 2001-03-06 09:58:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,7 @@ PRJ=.. PRJNAME=xmlscript -TARGET=xmlscript +TARGET=xcr NO_BSYMBOLIC=TRUE ENABLE_EXCEPTIONS=TRUE @@ -74,13 +74,13 @@ ENABLE_EXCEPTIONS=TRUE #------------------------------------------------------------------- -LIB1TARGET= $(SLB)$/$(TARGET)all.lib +LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1FILES= \ $(SLB)$/xml_helper.lib \ $(SLB)$/xmldlg_imexp.lib -SHL1TARGET=xcr$(UPD)$(DLLPOSTFIX) +SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) SHL1LIBS= \ $(LIB1TARGET) @@ -92,11 +92,11 @@ SHL1STDLIBS= \ $(SALLIB) SHL1DEPN= -SHL1IMPLIB= i$(SHL1TARGET) +SHL1IMPLIB= i$(TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def DEF1NAME= $(SHL1TARGET) -DEFLIB1NAME= $(TARGET)all +DEFLIB1NAME= $(TARGET) DEF1DEPN= $(MISC)$/$(SHL1TARGET).flt # --- Targets ------------------------------------------------------- |