diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-10-17 12:12:23 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-10-17 12:12:23 +0000 |
commit | 3b1320f203d8063fc0af1572af851ebcb9e8b42b (patch) | |
tree | 72c0fb93ed60e25992a5b1e8a868d909101159c4 /openssl | |
parent | c07a5fc9f4670494bc02a715e5868b477d3916d2 (diff) |
#65293# static version for win32 too
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/makefile.mk | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 306762898cae..91a246d73d99 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hjs $ $Date: 2001-10-11 16:33:42 $ +# last change: $Author: hjs $ $Date: 2001-10-17 13:12:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,15 +105,11 @@ OUTDIR2INC= \ CONFIGURE_ACTION=$(PERL) Configure VC-WIN32 ^ ms\do_ms.btm BUILD_DIR=$(CONFIGURE_DIR) -BUILD_ACTION=*nmake -f ms/ntdll.mak +BUILD_ACTION=*nmake -f ms/nt.mak OUT2LIB= \ - out32dll$$/libeay32.lib \ - out32dll$$/ssleay32.lib - -OUT2BIN= \ - out32dll$$/libeay32.dll \ - out32dll$$/ssleay32.dll + out32$$/libeay32.lib \ + out32$$/ssleay32.lib OUTDIR2INC= \ inc32$/openssl |