diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-30 16:23:59 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-10-30 16:23:59 +0000 |
commit | 2b6836721ea99e77ca569c6c28460b92387d913b (patch) | |
tree | 6f3dd16f7273459b4a8c3abfd185a56ecaf6aef0 /vos | |
parent | 8260acf50a180a56b3195a61a69d12d91e7ffd17 (diff) |
#92924#: rename for gcc3
Diffstat (limited to 'vos')
-rw-r--r-- | vos/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vos/util/makefile.mk b/vos/util/makefile.mk index ad2264b96348..bdbe38f19478 100644 --- a/vos/util/makefile.mk +++ b/vos/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mfe $ $Date: 2001-02-07 12:04:55 $ +# last change: $Author: hr $ $Date: 2001-10-30 17:23:59 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -101,7 +101,7 @@ LIB1ARCHIV=$(LB)$/lib$(TARGET)$(VOS_MAJOR)$(DLLPOSTFIX).a LIB1FILES=$(LB)$/cpp$(TARGET).lib .ENDIF -SHL1TARGET=$(VOS_TARGET)$(VOS_MAJOR)$(COM) +SHL1TARGET=$(VOS_TARGET)$(VOS_MAJOR)$(COMID) SHL1IMPLIB=i$(TARGET) .IF "$(GUI)"=="WNT" |