aboutsummaryrefslogtreecommitdiff
path: root/install-win32/version.nsi
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 07:15:25 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 07:15:25 +0000
commitd6d79149fac10c4b96a14ebe35784a6241de953d (patch)
tree143f8154979590af337108e4f2f8a69060d8a224 /install-win32/version.nsi
parentChanges to Windows build environment, to allow straightforward building (diff)
downloadopenvpn-d6d79149fac10c4b96a14ebe35784a6241de953d.tar.xz
Added service configuration to install-win32/winconfig
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1758 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/version.nsi')
-rw-r--r--install-win32/version.nsi3
1 files changed, 3 insertions, 0 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi
index 7aeaca4..dad8a17 100644
--- a/install-win32/version.nsi
+++ b/install-win32/version.nsi
@@ -7,3 +7,6 @@
!define PRODUCT_TAP_MAJOR_VER 9
!define PRODUCT_TAP_MINOR_VER 2
!define PRODUCT_TAP_RELDATE "03/05/2007"
+
+; Service template files service.[ch] (get from Platform SDK)
+!define SVC_TEMPLATE "../svc-template"