2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00

Added DLL_AS_LIB flagfalg variable to indicate wether DLLs need to be "hard" linked on a platf

[SVN r12843]
This commit is contained in:
Rene Rivera
2002-02-17 00:27:59 +00:00
parent bbe444501e
commit 3df39d4300
2 changed files with 8 additions and 0 deletions

View File

@@ -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[ ]*([<\"][^\">]*[\">]).*$" ;

View File

@@ -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[ ]*([<\"][^\">]*[\">]).*$" ;