diff options
author | Patrick Luby <pluby@openoffice.org> | 2001-03-09 22:43:21 +0000 |
---|---|---|
committer | Patrick Luby <pluby@openoffice.org> | 2001-03-09 22:43:21 +0000 |
commit | f33c491c366998b32854cf337b0df2c50765368f (patch) | |
tree | cac91082ef5e6cbdfa39cbc83e8dbd7d69ee59af /solenv/inc/unxmacxp.mk | |
parent | 6f4b0286df7007f9bd8b41f08f29822508b2f008 (diff) |
Added -lobjc to link line
Diffstat (limited to 'solenv/inc/unxmacxp.mk')
-rw-r--r-- | solenv/inc/unxmacxp.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/unxmacxp.mk b/solenv/inc/unxmacxp.mk index 7039a8cd98cc..6046afbce2a7 100644 --- a/solenv/inc/unxmacxp.mk +++ b/solenv/inc/unxmacxp.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxmacxp.mk,v $ # -# $Revision: 1.30 $ +# $Revision: 1.31 $ # -# last change: $Author: pluby $ $Date: 2001-03-09 07:52:37 $ +# last change: $Author: pluby $ $Date: 2001-03-09 23:43:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -140,7 +140,7 @@ SOLARVERSHLLIBS+=$(shell -/bin/sh -c "ls $(STLPORT4)$/lib$/*$(DLLPOST) 2>/dev/nu .ENDIF LINK=cc -LINKFLAGS=-dynamic -framework System -framework Cocoa -lcc_dynamic -lstdc++ \ +LINKFLAGS=-dynamic -framework System -lcc_dynamic -lstdc++ -lobjc \ $(foreach,i,$(SOLARVERSHLLIBS) -dylib_file @executable_path$/$(i:f):$i) \ -L$(MISC) LINKFLAGSAPPGUI=-Wl,-u,__objcInit |