diff options
Diffstat (limited to '')
-rwxr-xr-x | makefile.w32 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/makefile.w32 b/makefile.w32 index bb9af54..22ed843 100755 --- a/makefile.w32 +++ b/makefile.w32 @@ -35,7 +35,10 @@ # Change these to point to your OpenSSL, LZO, and # (optionally) dmalloc top-level directories. -OPENSSL = /c/src/openssl-0.9.7i +# Make sure to define OPENSSL_VERSION as an environmental +# variable before calling make. +OPENSSL = /c/src/openssl-${OPENSSL_VERSION} + LZO = /c/src/lzo-2.02 DMALLOC = /c/src/dmalloc-5.4.2 |