summaryrefslogtreecommitdiffstats
path: root/install-win32/settings.in
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-17 08:15:22 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-10-17 08:15:22 +0000
commit63903a82203205643c8ae245533179fa0b1767cc (patch)
tree4f87beb03e2b934a98587cbd354da6cfd871fb47 /install-win32/settings.in
parent51f7b8487b67dd5fbca3794b76919df878c03fb6 (diff)
downloadopenvpn-63903a82203205643c8ae245533179fa0b1767cc.tar.gz
openvpn-63903a82203205643c8ae245533179fa0b1767cc.tar.xz
openvpn-63903a82203205643c8ae245533179fa0b1767cc.zip
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
Diffstat (limited to 'install-win32/settings.in')
-rw-r--r--install-win32/settings.in9
1 files changed, 6 insertions, 3 deletions
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"