diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-02 06:21:44 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-02 06:21:44 +0000 |
commit | fe31295811af15fb848d9e276e6f666a882e3e1e (patch) | |
tree | 39b26e9b9f8442a3bac86df70caf7136997409c3 /UnoControls/source/base | |
parent | 235898427cb81da0747466c43876e6385b324e06 (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'UnoControls/source/base')
-rw-r--r-- | UnoControls/source/base/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/UnoControls/source/base/makefile.mk b/UnoControls/source/base/makefile.mk index e0297b494652..24d99245ab3a 100644 --- a/UnoControls/source/base/makefile.mk +++ b/UnoControls/source/base/makefile.mk @@ -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) |