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 | 56ebd73d8b13111eecc515adc3c51c8f5f707d22 (patch) | |
tree | 015b45fb2ec43b2aa64772ee96c31b15a7e7c77e /scaddins/source/datefunc | |
parent | 08f655f4320f9136e54bbc64345329e398676e6e (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'scaddins/source/datefunc')
-rw-r--r-- | scaddins/source/datefunc/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/scaddins/source/datefunc/makefile.mk b/scaddins/source/datefunc/makefile.mk index b5a38550a826..8ec14d89dfde 100644 --- a/scaddins/source/datefunc/makefile.mk +++ b/scaddins/source/datefunc/makefile.mk @@ -1,10 +1,10 @@ #************************************************************************** # -# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/datefunc/makefile.mk,v 1.2 2001-02-02 19:13:01 svesik Exp $ +# $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/scaddins/source/datefunc/makefile.mk,v 1.3 2001-03-02 07:16:57 pluby Exp $ # -# $Date: 2001-02-02 19:13:01 $ -# $Author: svesik $ -# $Revision: 1.2 $ +# $Date: 2001-03-02 07:16:57 $ +# $Author: pluby $ +# $Revision: 1.3 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -106,10 +106,6 @@ UNOTYPES=\ SLOFILES=\ $(SLO)$/datefunc.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)$/staticmb.obj -.ENDIF ALLIDLFILES=\ dateadd.idl |