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 | a03ddd50b97f45535a0cff268b8e8744941fbc79 (patch) | |
tree | b828238e38d2d3ac3c001fea827646fe9fd2b87b /stoc/source/simpleregistry | |
parent | e6bbfe488360868ce798b45404945e2ef67cff00 (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'stoc/source/simpleregistry')
-rw-r--r-- | stoc/source/simpleregistry/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/stoc/source/simpleregistry/makefile.mk b/stoc/source/simpleregistry/makefile.mk index 577e24f3960f..9e0908cb9d30 100644 --- a/stoc/source/simpleregistry/makefile.mk +++ b/stoc/source/simpleregistry/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pluby $ $Date: 2001-02-12 01:33:40 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:19:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -80,11 +80,6 @@ COMP1TYPELIST=$(TARGET) SLOFILES= \ $(SLO)$/simpleregistry.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)$/staticmbsimpleregistry.obj -.ENDIF - SHL1TARGET= $(TARGET) SHL1STDLIBS= \ |