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 /extensions/source/resource | |
parent | 235898427cb81da0747466c43876e6385b324e06 (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'extensions/source/resource')
-rw-r--r-- | extensions/source/resource/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/extensions/source/resource/makefile.mk b/extensions/source/resource/makefile.mk index 4d8b4487a80e..5d2d2696edb2 100644 --- a/extensions/source/resource/makefile.mk +++ b/extensions/source/resource/makefile.mk @@ -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) |