From f33c491c366998b32854cf337b0df2c50765368f Mon Sep 17 00:00:00 2001 From: Patrick Luby Date: Fri, 9 Mar 2001 22:43:21 +0000 Subject: Added -lobjc to link line --- solenv/inc/unxmacxp.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/inc/unxmacxp.mk') 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 -- cgit