Kaydet (Commit) 1d6fe333 authored tarafından Patrick Luby's avatar Patrick Luby

Removed -lobjc as it is not necessary

üst f33c491c
......@@ -2,9 +2,9 @@
#
# $RCSfile: unxmacxp.mk,v $
#
# $Revision: 1.31 $
# $Revision: 1.32 $
#
# last change: $Author: pluby $ $Date: 2001-03-09 23:43:21 $
# last change: $Author: pluby $ $Date: 2001-03-11 07:14:35 $
#
# 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 -lcc_dynamic -lstdc++ -lobjc \
LINKFLAGS=-dynamic -framework System -lcc_dynamic -lstdc++ \
$(foreach,i,$(SOLARVERSHLLIBS) -dylib_file @executable_path$/$(i:f):$i) \
-L$(MISC)
LINKFLAGSAPPGUI=-Wl,-u,__objcInit
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment