Browse code

Remove last rest of INSTALL-win32.txt references

Commit 04341beb1d8e0fad3425bfec5f281fe431895cd6 removed the
INSTALL-win32.txt file. But there were crucial parts left in
Makefile.am which broke building OpenVPN. In addition, removed
other references in INSTALL and README to the same file to be
complete.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1477586981-5047-1-git-send-email-davids@openvpn.net>
URL: http://www.mail-archive.com/search?l=mid&q=1477586981-5047-1-git-send-email-davids@openvpn.net

David Sommerseth authored on 2016/10/28 01:49:41
Showing 3 changed files
... ...
@@ -12,10 +12,6 @@ QUICK START:
12 12
   Unix:
13 13
     ./configure && make && make-install
14 14
 
15
-  Cross-compile for Windows on Unix
16
-
17
-    See INSTALL-win32.txt
18
-
19 15
 *************************************************************************
20 16
 
21 17
 To download OpenVPN, go to:
... ...
@@ -74,12 +74,6 @@ dist_noinst_DATA = \
74 74
 	msvc-dev.bat \
75 75
 	msvc-build.bat
76 76
 
77
-if WIN32
78
-dist_doc_DATA += INSTALL-win32.txt
79
-else
80
-dist_noinst_DATA += INSTALL-win32.txt
81
-endif
82
-
83 77
 dist_noinst_HEADERS = \
84 78
 	config-msvc.h \
85 79
 	config-msvc-version.h.in
... ...
@@ -39,9 +39,6 @@ For a description of OpenVPN's underlying protocol,
39 39
 
40 40
 Other Files & Directories:
41 41
 
42
-* INSTALL-win32.txt -- installation instructions
43
-  for Windows
44
-
45 42
 * configure.ac -- script to rebuild our configure
46 43
   script and makefile.
47 44