view auto/lib/openssl/makefile.msvc @ 2943:5da043342fe4 stable-0.7

merge r2919: test GIF87a
author Igor Sysoev <igor@sysoev.ru>
date Mon, 15 Jun 2009 09:05:31 +0000
parents dfec0e090265
children 92378c49456d
line wrap: on
line source


# Copyright (C) Igor Sysoev


all:
	cd $(OPENSSL)

	perl Configure VC-WIN32 no-shared --prefix=openssl -DNO_SYS_TYPES_H \
		$(OPENSSL_OPT)

	ms\do_ms

	$(MAKE) -f ms\nt.mak
	$(MAKE) -f ms\nt.mak install