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 | e2efb71af3be53598a4ae78dd145c2567d559736 (patch) | |
tree | e96f95b9bf2acb4b9752cd648c8bc2805cb3076f /goodies/source | |
parent | 46f9afe549487c4070c4bd9b1ae7d6827c941abd (diff) |
Removed compiling of staticmb*.cxx files for Mac OS X now that we have automated this process
Diffstat (limited to 'goodies/source')
-rw-r--r-- | goodies/source/filter.vcl/icgm/makefile.mk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/goodies/source/filter.vcl/icgm/makefile.mk b/goodies/source/filter.vcl/icgm/makefile.mk index 77165ef7c266..452992ca0713 100644 --- a/goodies/source/filter.vcl/icgm/makefile.mk +++ b/goodies/source/filter.vcl/icgm/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: ganaya $ $Date: 2001-01-02 23:22:09 $ +# last change: $Author: pluby $ $Date: 2001-03-02 07:14:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -155,15 +155,6 @@ SLOFILES = $(SLO)$/cgm.obj \ $(SLO)$/elements.obj # $(SLO)$/svdem.obj -# NETBSD: somewhere we have to instantiate the static data members. -# NETBSD-1.2.1 doesn't know about weak symbols so the default mechanism for GCC won't work. -# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore m ultiple defined symbols -.IF "$(OS)"=="NETBSD" || "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX" -SLOFILES+=$(SLO)$/staticmbicgm.obj -.ENDIF - - - SHL1TARGET = icg$(UPD)$(DLLPOSTFIX) SHL1IMPLIB = icgm SHL1DEPN = $(LB)$/icgm.lib |