diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-10-30 14:55:19 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-10-30 14:55:19 +0000 |
commit | 0a89552bd47d26036a83cfb2d68e6c165eb16b9e (patch) | |
tree | fd1e39f490471bf241ee163685712b3184e1a460 /salhelper/source/makefile.mk | |
parent | 96ae7fb044bf20c3e8d0c0a4198f73ae15d12086 (diff) |
#93739#
Diffstat (limited to 'salhelper/source/makefile.mk')
-rw-r--r-- | salhelper/source/makefile.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/salhelper/source/makefile.mk b/salhelper/source/makefile.mk index 75609b4ef6f3..7bd9b9d1e5ae 100644 --- a/salhelper/source/makefile.mk +++ b/salhelper/source/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: dbo $ $Date: 2001-10-26 12:49:41 $ +# last change: $Author: dbo $ $Date: 2001-10-30 15:55:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -81,7 +81,7 @@ CFLAGS+= -GR .ENDIF SLOFILES= \ - $(SLO)$/dynload.obj \ + $(SLO)$/dynload.obj \ $(SLO)$/simplereferenceobject.obj # SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols @@ -89,10 +89,10 @@ SLOFILES= \ SLOFILES+=$(SLO)$/staticmb.obj .ENDIF -SHL1TARGET= $(TARGET)$(UDK_MAJOR)$(COM) +SHL1TARGET=$(TARGET)$(UDK_MAJOR)$(COMID) SHL1STDLIBS= \ - $(SALLIB) + $(SALLIB) SHL1DEPN= SHL1IMPLIB= i$(TARGET) |