diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-02-18 17:47:13 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-02-18 17:47:13 +0000 |
commit | 5449d7431d9e6af50eb115b1cd9cdeb78035cf46 (patch) | |
tree | a1a8f0208bec11673f0f5704dcc9dee6f00a560e /install-win32/makeservice | |
parent | Clarified tcp-queue-limit man page entry (diff) | |
download | openvpn-5449d7431d9e6af50eb115b1cd9cdeb78035cf46.tar.xz |
Version 2.1_rc7a.
Minor Windows build system changes:
* Fall back to prebuilt-binary if gcc is not available.
* Documentation changes in ./domake-win
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2760 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/makeservice')
-rw-r--r-- | install-win32/makeservice | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-win32/makeservice b/install-win32/makeservice index 081ee0a..688e0f5 100644 --- a/install-win32/makeservice +++ b/install-win32/makeservice @@ -26,5 +26,5 @@ if [ -d "$SVC_TEMPLATE" ] ; then cp service-win32/${PRODUCT_UNIX_NAME}serv.exe $GENOUT/bin strip $GENOUT/bin/${PRODUCT_UNIX_NAME}serv.exe else - echo OpenVPN service template directory $SVC_TEMPLATE NOT FOUND + echo OpenVPN service not built -- template directory $SVC_TEMPLATE NOT FOUND fi |