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/corereflection | |
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/corereflection')
-rw-r--r-- | stoc/source/corereflection/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/stoc/source/corereflection/makefile.mk b/stoc/source/corereflection/makefile.mk index 694e90cb7dd6..57cd62a34424 100644 --- a/stoc/source/corereflection/makefile.mk +++ b/stoc/source/corereflection/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: pluby $ $Date: 2001-02-12 03:52:41 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:18:06 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,11 +84,6 @@ SLOFILES= \ $(SLO)$/criface.obj \ $(SLO)$/crenum.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)$/staticmbcorereflection.obj -.ENDIF - SHL1TARGET= $(TARGET) SHL1STDLIBS= \ |