summaryrefslogtreecommitdiffstats
path: root/makefile.w32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 06:48:09 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 06:48:09 +0000
commitf9ad66c789308d99576ca5d28b1bedf973957ab2 (patch)
tree2bd88a8bf758ac32c8e8e85bfdeb2cd068626536 /makefile.w32
parentc833aa11d268b7cb0fbe62abc05b0b759b2c3311 (diff)
downloadopenvpn-f9ad66c789308d99576ca5d28b1bedf973957ab2.tar.gz
openvpn-f9ad66c789308d99576ca5d28b1bedf973957ab2.tar.xz
openvpn-f9ad66c789308d99576ca5d28b1bedf973957ab2.zip
Changes to Windows build environment, to allow straightforward building
directly from an svn checkout or export. install-win32/version.nsi contains high-level version info. The script install-win32/winconfig should be run initially to set up build configuration files. Then make can be executed as such: . autodefs/nsidefs.sh make -f makefile.w32 -j 2 git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1757 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'makefile.w32')
-rwxr-xr-xmakefile.w325
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