Build libhrypto as a .dll by default
This commit is contained in:

committed by
Love Hornquist Astrand

parent
988792b3f7
commit
348bd51d0a
@@ -109,9 +109,21 @@ libhcrypt_OBJs = \
|
||||
$(OBJ)\sha256.obj \
|
||||
$(OBJ)\ui.obj
|
||||
|
||||
!ifndef STATICLIBS
|
||||
|
||||
$(LIBHCRYPTO): $(BINDIR)\libhcrypto.dll
|
||||
|
||||
$(BINDIR)\libhcrypto.dll: $(libhcrypt_OBJs) $(LIBROKEN) $(LIBASN1)
|
||||
$(DLLGUILINK) -def:libhcrypto-exports.def -implib:$(LIBHCRYPTO)
|
||||
$(DLLPREP)
|
||||
|
||||
!else
|
||||
|
||||
$(LIBHCRYPTO): $(libhcrypt_OBJs)
|
||||
$(LIBCON)
|
||||
|
||||
!endif
|
||||
|
||||
{imath/}.c{$(OBJ)}.obj:
|
||||
$(C2OBJ)
|
||||
|
||||
|
Reference in New Issue
Block a user