From 63903a82203205643c8ae245533179fa0b1767cc Mon Sep 17 00:00:00 2001 From: james Date: Fri, 17 Oct 2008 08:15:22 +0000 Subject: Modified Windows domake-win build system to write all openvpn.nsi input files to gen, so that gen can be disconnected from the rest of the source tree and makensis openvpn.nsi will still function correctly. Added additional SAMPCONF_(CA|CRT|KEY) macros to settings.in (commented out by default). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3439 e7ae566f-a301-0410-adde-c780ea21d3b5 --- install-win32/settings.in | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'install-win32/settings.in') diff --git a/install-win32/settings.in b/install-win32/settings.in index f946ba9..0be1c2d 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -83,6 +83,9 @@ # 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" +;!define SAMPCONF_CA "ca.crt" +;!define SAMPCONF_CRT "test.crt" +;!define SAMPCONF_KEY "test.key" -- cgit