diff options
Diffstat (limited to 'vcl/source/helper/makefile.mk')
-rw-r--r-- | vcl/source/helper/makefile.mk | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/vcl/source/helper/makefile.mk b/vcl/source/helper/makefile.mk index 7264f508fabc..ecc718d74e78 100644 --- a/vcl/source/helper/makefile.mk +++ b/vcl/source/helper/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: pl $ $Date: 2000-10-04 14:28:48 $ +# last change: $Author: pluby $ $Date: 2000-10-04 15:37:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -90,13 +90,6 @@ SLOFILES+=\ SLOFILES+=$(SLO)$/atom.obj .ENDIF -# NETBSD: somewhere we have to instantiate the static data members. -# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols -.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbhelper.obj -.ENDIF - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |