Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process

This commit is contained in:
Patrick Luby 2001-03-02 06:21:44 +00:00
parent 235898427c
commit fe31295811
3 changed files with 6 additions and 21 deletions

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: svesik $ $Date: 2001-02-02 19:16:27 $
# last change: $Author: pluby $ $Date: 2001-03-02 07:12:46 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -78,11 +78,6 @@ SLOFILES= $(SLO)$/multiplexer.obj \
$(SLO)$/basecontainercontrol.obj \
$(SLO)$/registercontrols.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)$/staticmbbase.obj
.ENDIF
#LIB1TARGET= $(SLB)$/$(TARGET).lib
#LIB1OBJFILES= $(SLOFILES)

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.4 $
# $Revision: 1.5 $
#
# last change: $Author: svesik $ $Date: 2001-02-02 19:16:28 $
# last change: $Author: pluby $ $Date: 2001-03-02 07:12:47 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -77,10 +77,5 @@ SLOFILES=\
$(SLO)$/OConnectionPointContainerHelper.obj \
$(SLO)$/statusindicator.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)$/staticmbcontrols.obj
.ENDIF
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: svesik $ $Date: 2001-02-02 18:55:15 $
# last change: $Author: pluby $ $Date: 2001-03-02 07:14:30 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -80,11 +80,6 @@ SLOFILES= $(SLO)$/resource.obj
EXCEPTIONSFILES= $(SLO)$/resource.obj
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore m ultiple defined symbols
.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
EXCEPTIONSFILES+=$(SLO)$/staticmbresource.obj
.ENDIF
LIB1TARGET= $(SLB)$/$(TARGET).lib
LIB1OBJFILES= $(EXCEPTIONSFILES)