From f9ad66c789308d99576ca5d28b1bedf973957ab2 Mon Sep 17 00:00:00 2001 From: james Date: Tue, 6 Mar 2007 06:48:09 +0000 Subject: 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 --- makefile.w32 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'makefile.w32') 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 -- cgit v1.2.3