diff options
author | Tobias Krause <tkr@openoffice.org> | 2007-10-19 12:45:53 +0000 |
---|---|---|
committer | Tobias Krause <tkr@openoffice.org> | 2007-10-19 12:45:53 +0000 |
commit | ad9618b296509423c3f1e7d90e2ad259e34e52f7 (patch) | |
tree | 2b89e16640f892f8bc8c9a01c9d5f5996da2dcee /openssl/makefile.mk | |
parent | 656683b0d3cc89d129a69c8bd29f188c3d4ccaca (diff) |
#31053# WebDAV Https Support
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index fd10da7..b814b67 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.15 $ +# $Revision: 1.16 $ # -# last change: $Author: tkr $ $Date: 2007-10-19 12:52:27 $ +# last change: $Author: tkr $ $Date: 2007-10-19 13:45:53 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -89,13 +89,13 @@ CONFIGURE_FLAGS=VC-WIN32 BUILD_DIR=. BUILD_ACTION=cmd /c "ms\do_ms $(PERL)" && nmake -f ms/ntdll.mak -OUT2LIB = out32dll/ssleay32.lib -OUT2LIB += out32dll/libeay32.lib -OUT2LIB += out32dll/ssleay32.lib -OUT2LIB += out32dll/libeay32.lib -OUT2BIN = out32dll/ssleay32.dll -OUT2BIN += out32dll/libeay32.dll -OUT2INC = inc32/openssl/* +OUT2LIB = out32dll\ssleay32.lib +OUT2LIB += out32dll\libeay32.lib +OUT2LIB += out32dll\ssleay32.lib +OUT2LIB += out32dll\libeay32.lib +OUT2BIN = out32dll\ssleay32.dll +OUT2BIN += out32dll\libeay32.dll +OUT2INC = inc32\openssl\* .ENDIF #set INCLUDE=D:\sol_temp\n\msvc7net3\PlatformSDK\include;D:\sol_temp\n\msvc7net3\include\ && set path=%path%;D:\sol_temp\r\btw\SRC680\perl\bin && |