From 3df39d4300fdd13d25152ac0c53624bc364fe322 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 17 Feb 2002 00:27:59 +0000 Subject: [PATCH] Added DLL_AS_LIB flagfalg variable to indicate wether DLLs need to be "hard" linked on a platf [SVN r12843] --- allyourbase.jam | 4 ++++ v1/allyourbase.jam | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/allyourbase.jam b/allyourbase.jam index eadb4749b..1330f1c1f 100644 --- a/allyourbase.jam +++ b/allyourbase.jam @@ -386,6 +386,9 @@ else if $(UNIX) case UNIXWARE : RANLIB ?= "" ; RELOCATE ?= true ; + + case OSF : + DLL_AS_LIB ?= true ; } # UNIX defaults @@ -449,6 +452,7 @@ UNDEFFLAG ?= "-u _" ; YACC ?= ; YACCFILES ?= ; YACCFLAGS ?= ; +DLL_AS_LIB ?= ; HDRPATTERN = "^[ ]*#[ ]*include[ ]*([<\"][^\">]*[\">]).*$" ; diff --git a/v1/allyourbase.jam b/v1/allyourbase.jam index eadb4749b..1330f1c1f 100644 --- a/v1/allyourbase.jam +++ b/v1/allyourbase.jam @@ -386,6 +386,9 @@ else if $(UNIX) case UNIXWARE : RANLIB ?= "" ; RELOCATE ?= true ; + + case OSF : + DLL_AS_LIB ?= true ; } # UNIX defaults @@ -449,6 +452,7 @@ UNDEFFLAG ?= "-u _" ; YACC ?= ; YACCFILES ?= ; YACCFLAGS ?= ; +DLL_AS_LIB ?= ; HDRPATTERN = "^[ ]*#[ ]*include[ ]*([<\"][^\">]*[\">]).*$" ;