lib/asn1: build static runtime version of libasn1 on Windows
This commit builds a static runtime version of the asn1 library which is required for some thirdparty applications. LIBASN1_S =$(LIBDIR)\libasn1_s.lib This differs from libasn1.lib which is compiled to use the dynamic runtime. Change-Id: Ib04f5b53a7f16d7bbe9d2debb75e944322a6792a
This commit is contained in:

committed by
Nico Williams

parent
6694f98791
commit
42ad8b4c55
@@ -207,6 +207,8 @@ EXEGUILINK_C = $(LINK) $(ldebug) $(guilflags) $(guilibsdll) $(libmach)
|
||||
DLLCONLINK_C = $(LINK) $(ldebug) $(dlllflags) $(conlibsdll) $(libmach)
|
||||
DLLGUILINK_C = $(LINK) $(ldebug) $(dlllflags) $(guilibsdll) $(libmach)
|
||||
|
||||
C2OBJ_C_MT = $(CC) $(cdebug) $(cflags) $(cvarsmt) $(AUXCFLAGS) $(intcflags) $(cdefines) $(cincdirs) $(cwarn)
|
||||
|
||||
!else # STATICRUNTIME
|
||||
|
||||
C2OBJ_C = $(CC) $(cdebug) $(cflags) $(cvarsmt) $(AUXCFLAGS) $(intcflags) $(cdefines) $(cincdirs) $(cwarn)
|
||||
@@ -574,6 +576,7 @@ DLLPREP_MERGE=\
|
||||
#
|
||||
|
||||
LIBASN1 =$(LIBDIR)\libasn1.lib
|
||||
LIBASN1_S =$(LIBDIR)\libasn1_s.lib
|
||||
LIBCOMERR =$(LIBDIR)\libcom_err.lib
|
||||
LIBEDITLINE =$(LIBDIR)\libeditline.lib
|
||||
LIBGSSAPI =$(LIBDIR)\libgssapi.lib
|
||||
|
Reference in New Issue
Block a user