diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 21:08:22 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 21:08:22 +0000 |
commit | ca637afb0721c41f4e693cba16b8be415da36709 (patch) | |
tree | 2dd386dd05c0d867ef6d672a6199378bf10903f0 /install-win32/settings.in | |
parent | Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside (diff) | |
download | openvpn-ca637afb0721c41f4e693cba16b8be415da36709.tar.xz |
VERSION 2.1_rc5v2.1_rc5
Updated ChangeLog.
Cleaned up start menu shortcuts in the Windows
installer.
Make sure that the uninstaller deletes SAMPCONF
files.
Minor uninstaller fixes to prevent files from
being left behind after uninstall.
Updated Windows notes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2660 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/settings.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index a2c138d..5be27a4 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -75,13 +75,13 @@ !define MAKE_CLEAN "yes" ; DEBUGGING -- set to something like "-DBG2" -!define OUTFILE_LABEL "-T4" +!define OUTFILE_LABEL "" ; DEBUGGING -- set to something like "DEBUG2" -!define TITLE_LABEL "TEST4" +!define TITLE_LABEL "" # include a sample configuration file and key -!define SAMPCONF_DIR "test-key" -!define SAMPCONF_CONF "test.ovpn" -!define SAMPCONF_P12 "test.p12" -!define SAMPCONF_TA "ta.key" +;!define SAMPCONF_DIR "test-key" +;!define SAMPCONF_CONF "test.ovpn" +;!define SAMPCONF_P12 "test.p12" +;!define SAMPCONF_TA "ta.key" |