INTEGRATION: CWS sb71 (1.63.20); FILE MERGED
2007/07/18 11:59:17 sb 1.63.20.3: RESYNC: (1.64-1.67); FILE MERGED 2007/06/15 08:12:15 sb 1.63.20.2: RESYNC: (1.63-1.64); FILE MERGED 2007/06/14 15:09:32 sb 1.63.20.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
This commit is contained in:
parent
e1c192d9fd
commit
a756a88061
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: tg_app.mk,v $
|
||||
#
|
||||
# $Revision: 1.67 $
|
||||
# $Revision: 1.68 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2007-07-02 09:23:33 $
|
||||
# last change: $Author: vg $ $Date: 2007-10-15 12:39:38 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -53,6 +53,10 @@ APP$(TNR)STDLIB=$(subst,CPPRUNTIME,$(STDLIBCPP) $(STDLIB))
|
|||
APP$(TNR)LINKFLAGS+=$(LINKFLAGS)
|
||||
.ENDIF # "$(APP$(TNR)CODETYPE)"=="C"
|
||||
|
||||
APP$(TNR)RPATH*=OOO
|
||||
LINKFLAGSRUNPATH_$(APP$(TNR)RPATH)*=/ERROR:/Bad_APP$(TNR)RPATH_value
|
||||
APP$(TNR)LINKFLAGS+=$(LINKFLAGSRUNPATH_$(APP$(TNR)RPATH))
|
||||
|
||||
.IF "$(APP$(TNR)STACK)" != ""
|
||||
.IF "$(LINKFLAGSTACK)" != ""
|
||||
APP$(TNR)STACKN=$(LINKFLAGSTACK)$(APP$(TNR)STACK)
|
||||
|
|
Loading…
Reference in a new issue