lib/asn1: define LIB_ASN1 when building Windows ASN1 libraries
The LIB_ASN1 definition instructs the library objects to access exported DATA symbols as internal symbols. Change-Id: Ifbc80a4e3c357cb323f7763c116101ae495b11df
This commit is contained in:

committed by
Nico Williams

parent
a4ba38ff7e
commit
0a7d227788
@@ -31,7 +31,7 @@
|
||||
|
||||
RELDIR=lib\asn1
|
||||
|
||||
intcflags=-I$(SRCDIR) -I$(OBJ) -DROKEN_RENAME -DASN1_IOS_SUPPORTED
|
||||
intcflags=-I$(SRCDIR) -I$(OBJ) -DROKEN_RENAME -DASN1_IOS_SUPPORTED -DASN1_LIB
|
||||
|
||||
!include ../../windows/NTMakefile.w32
|
||||
|
||||
|
Reference in New Issue
Block a user