diff options
author | Juergen Schmidt <jsc@openoffice.org> | 2001-03-19 16:28:32 +0000 |
---|---|---|
committer | Juergen Schmidt <jsc@openoffice.org> | 2001-03-19 16:28:32 +0000 |
commit | 08d82326fb5fad78ca2c32f31854282ea9654fd0 (patch) | |
tree | 2253ecb06fe2f75a4d9b914ac848ad88aac1eba4 /salhelper/source/makefile.mk | |
parent | b0a1f2c61b795ffc76752ed9abd3d250daa1f0a4 (diff) |
change CPPUHELPER_MAJOR to SALHELPER_MAJOR
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r-- | salhelper/source/makefile.mk | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index 28ed51987199..a43867545828 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: jsc $ $Date: 2001-03-16 13:23:40 $ +# last change: $Author: jsc $ $Date: 2001-03-19 17:28:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,6 @@ USE_DEFFILE= TRUE # --- Files -------------------------------------------------------- - # LIB1TARGET= $(LB)$/a$(TARGET).lib # LIB1ARCHIV= $(LB)$/lib$(TARGET)$(SALHELPER_MAJOR)$(COM).a # LIB1FILES= $(LB)$/$(TARGET).lib @@ -92,7 +91,7 @@ SLOFILES+=$(SLO)$/staticmb.obj #OBJFILES+=$(OBJ)$/staticmb.obj .ENDIF -SHL1TARGET= $(TARGET)$(CPPUHELPER_MAJOR)$(COM) +SHL1TARGET= $(TARGET)$(SALHELPER_MAJOR)$(COM) SHL1STDLIBS= \ $(SALLIB) |