summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2007-11-27 15:10:59 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2007-11-27 15:10:59 +0000
commit61a907b01e8d1a7f3da7fe0d444651d879f0ff29 (patch)
tree47bd18911c5531038bf0fb2c168576bd90bd9388 /openssl
parentd61de39301b39f8006999fd864c9cb6c1c36a0fb (diff)
#i10000# keep the build running
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 285ef4e563ed..8239320431f8 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: ihi $ $Date: 2007-11-26 12:47:43 $
+# last change: $Author: hjs $ $Date: 2007-11-27 16:10:59 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -90,18 +90,19 @@ ADDITIONAL_FILES:= \
.IF "$(OS)" == "WNT"
.IF "$(COM)" != "gcc"
-.IF "$(MAKETARGETS)" == ""
PATCH_FILE_NAME=openssl.patch
+.IF "$(MAKETARGETS)" == ""
# The env. var PERL is used by nmake, and nmake insists on '\'s
+PERL_bak:=$(PERL)
PERL!:=$(subst,/,\ $(normpath,1 $(PERL)))
.EXPORT : PERL
+PERL!:=$(PERL_bak)
.ENDIF
-CONFIGURE_DIR=.
-CONFIGURE_ACTION=$(PERL:s!\!/!) configure
+#CONFIGURE_ACTION=cmd /c $(PERL:s!\!/!) configure
+CONFIGURE_ACTION=$(PERL) configure
CONFIGURE_FLAGS=VC-WIN32
-BUILD_DIR=.
-BUILD_ACTION=cmd /c "ms$(EMQ)\do_ms.bat $(PERL:s!\!/!) && set CC=test" && nmake -f ms/ntdll.mak
+BUILD_ACTION=cmd /c "ms$(EMQ)\do_ms.bat $(subst,/,\ $(normpath,1 $(PERL))) && set CC=test" && nmake -f ms/ntdll.mak
OUT2LIB = out32dll$/ssleay32.lib
OUT2LIB += out32dll$/libeay32.lib