Add staticmbstatbar.cxx with static symbols for Mac OS X build.

This commit is contained in:
Gene Anaya 2001-02-22 02:51:48 +00:00
parent 6ace775a7e
commit f57599b575

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.1.1.1 $
# $Revision: 1.2 $
#
# last change: $Author: hr $ $Date: 2000-09-18 16:52:35 $
# last change: $Author: ganaya $ $Date: 2001-02-22 03:51:48 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -94,6 +94,11 @@ SLOFILES = \
$(SLO)$/stbitem.obj \
$(SLO)$/progind.obj
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmbstatbar.obj
.ENDIF
# --- Targets -------------------------------------------------------
.INCLUDE : target.mk