diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-03-10 10:02:20 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-03-10 10:02:20 +0000 |
commit | cefe973e4ceca649a08749fb3c7f09ef09d2d145 (patch) | |
tree | b280e66ca98b00de8337750b4cd3b1c9edb93579 /install-win32/settings.in | |
parent | Added new OpenVPN icon and installer graphic. (diff) | |
download | openvpn-cefe973e4ceca649a08749fb3c7f09ef09d2d145.tar.xz |
First working version of XGUI inclusion.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2834 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/settings.in | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index 864cf19..09626ed 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -17,6 +17,10 @@ !define OPENVPN_GUI_DIR "../openvpn-gui" !define OPENVPN_GUI "openvpn-gui-1.0.3.exe" +# Include the OpenVPN XML-based GUI exe in the installer. +# May be undefined. +!define OPENVPN_XGUI_DIR "../ovpnxml" + # Prebuilt libraries. DMALLOC is optional. !define OPENSSL_DIR "../openssl-0.9.7m" !define LZO_DIR "../lzo-2.02" @@ -74,6 +78,9 @@ # set to "yes" or "no" !define CLEAN "yes" +# Don't strip executables and DLLs +;!define NO_STRIP + ; DEBUGGING -- set to something like "-DBG2" !define OUTFILE_LABEL "" @@ -82,6 +89,6 @@ # 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_CONF "test.ovpn" +!define SAMPCONF_P12 "test.p12" +!define SAMPCONF_TA "ta.key" |