Build libhrypto as a .dll by default

This commit is contained in:
Asanka Herath
2009-09-14 13:45:57 -04:00
committed by Love Hornquist Astrand
parent 988792b3f7
commit 348bd51d0a
2 changed files with 258 additions and 0 deletions

View File

@@ -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)